my dotz
2
fork

Configure Feed

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

Add ls colorization

j3s c35e0442 2de59590

+9
+9
.env
··· 20 20 . /tmp/ssh-agent-$USER >/dev/null 21 21 fi 22 22 23 + # colorize ls 24 + if ls --version 2>&1 | grep -i gnu >/dev/null 25 + then 26 + alias ls='ls --color=auto ' 27 + elif ls --version 2>&1 | grep -i busybox >/dev/null 28 + then 29 + alias ls='ls --color=auto ' 30 + fi 31 + 23 32 # launch alacritty with no GPU support if on old thinkpad 24 33 if [ "$(hostname)" == 'nyx' ]; then 25 34 export LIBGL_ALWAYS_SOFTWARE=1