···2525 export HISTFILE="$HOME/.mksh-history"
2626fi
27272828+# launch alacritty with no GPU support if on old hardware
2929+if [ "$(hostname)" == 'nyx' ]; then
3030+ export LIBGL_ALWAYS_SOFTWARE=1
3131+fi
3232+2833# bby
2934if [ "$(uname -s)" == "Darwin" ]; then
3035 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)'