diff --git a/rc b/rc index 275ee82..7711b3e 100644 --- a/rc +++ b/rc @@ -1,9 +1,9 @@ # .rc # vim: ft=zsh # Generic interactive shell setup -# Eryn Wells +# Eryn Wells -gls &>/dev/null +which gls &>/dev/null if [[ $? -eq 0 ]]; then lsbin='gls' else