Update email address in rc; use which to determine if gls exists
This commit is contained in:
parent
e752364478
commit
b6d33e67d7
1 changed files with 2 additions and 2 deletions
4
rc
4
rc
|
@ -1,9 +1,9 @@
|
|||
# .rc
|
||||
# vim: ft=zsh
|
||||
# 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
|
||||
lsbin='gls'
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue