my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

shinit crap

j3s 7f57f860 b0223d56

+5
+5
.shinit
··· 25 25 export HISTFILE="$HOME/.mksh-history" 26 26 fi 27 27 28 + # launch alacritty with no GPU support if on old hardware 29 + if [ "$(hostname)" == 'nyx' ]; then 30 + export LIBGL_ALWAYS_SOFTWARE=1 31 + fi 32 + 28 33 # bby 29 34 if [ "$(uname -s)" == "Darwin" ]; then 30 35 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)'