shinit crap
j3s j3s@c3f.net
Fri, 16 Oct 2020 17:42:31 -0500
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
.shinit
→
.shinit
@@ -25,6 +25,11 @@ bind '^L=clear-screen'
export HISTFILE="$HOME/.mksh-history" fi +# launch alacritty with no GPU support if on old hardware +if [ "$(hostname)" == 'nyx' ]; then + export LIBGL_ALWAYS_SOFTWARE=1 +fi + # bby if [ "$(uname -s)" == "Darwin" ]; then alias cdr='cd $(find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks ~/git/chef/dc-roles -type d -maxdepth 1 | selecta)'