Update email address in rc; use which to determine if gls exists

This commit is contained in:
Eryn Wells 2011-11-30 13:12:07 -08:00
parent e752364478
commit b6d33e67d7

4
rc
View file

@ -1,9 +1,9 @@
# .rc # .rc
# vim: ft=zsh # vim: ft=zsh
# Generic interactive shell setup # Generic interactive shell setup
# Eryn Wells <eryn@3b518c.com> # Eryn Wells <eryn@erynwells.me>
gls &>/dev/null which gls &>/dev/null
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then
lsbin='gls' lsbin='gls'
else else