aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 6f95a83..9556184 100644
--- a/.zshrc
+++ b/.zshrc
@@ -135,9 +135,11 @@ if [[ `uname` = "Linux" ]]; then
alias chown="chown -v"
alias chmod="chmod -v"
+ alias ls="ls --classify --color=always" # Add all colours and
+ # have fancy symbols for files, etc.
+elif [[ `uname` = "OpenBSD" && -x /usr/local/bin/colorls ]]; then
+ alias ls="colorls -G"
fi
-alias ls="SUBSTS_LS --classify --color=always" # Add all colours and
- # have fancy symbols for files, etc.
# Cause encfs unmount a mounted encrypted partition after twenty minutes of
# inactivity by default.