commit 2dd0ffdca20149c42fd8fccdfb79e1d9f75e4dbb
parent 07de2a3e127f47e40cd8a6b3da5c8abe6bc26500
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Mon, 20 Jun 2016 19:22:09 -0700
show trailing slashes for folders
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -130,9 +130,9 @@ function define() { curl --silent dict://dict.org/d:$1 }
# enable color support of ls and also add handy aliases
if [[ "$ARCH" != 'Darwin' ]]; then
- alias ls='ls --color=auto'
+ alias ls='ls --color=auto -F'
else
- alias ls='ls -G'
+ alias ls='ls -G -F'
fi
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'