small pixel drawing of a pufferfish dotfiles

shinit crap
j3s j3s@c3f.net
Fri, 16 Oct 2020 17:42:31 -0500
commit

7f57f860f03208aa4fee752178991e8d1617e4c8

parent

b0223d56c663be6d918634d2017539dd0ffc57a3

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)'