small pixel drawing of a pufferfish dotfiles

*
Jes Olson jolson@digitalocean.com
Mon, 25 Oct 2021 10:48:54 -0500
commit

9da3caae557febf4f1af63eb68b841d6a72baa35

parent

92f1e79f79b0eb92c58d18bae63ef6910ef0aa53

1 files changed, 1 insertions(+), 6 deletions(-)

jump to
M .rc.rc

@@ -27,12 +27,7 @@ ;;

esac } -# yep still needed -if ls --version 2>&1 | grep -i gnu > /dev/null -then - alias ls='ls --color=auto ' -elif ls --version 2>&1 | grep -i busybox > /dev/null -then +if ls --version 2>&1 | grep -iE "gnu|busybox" > /dev/null; then alias ls='ls --color=auto ' fi