From b6d33e67d737733bf033ca3bc670b1c587f713cf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 30 Nov 2011 13:12:07 -0800 Subject: [PATCH] Update email address in rc; use which to determine if gls exists --- rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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