summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-05-30 00:18:59 +0000
committerSean Whitton <spwhitton@spwhitton.name>2018-04-29 20:50:33 -0700
commitd78d70d7f6fa678722916e1650bec8f4618db019 (patch)
tree14a1fa2e58b95d8e99cb7ca48970153676b8871e
parent0dbf309cfb9d3dac551f8ef6be29ed149999b70e (diff)
downloaddotfiles-d78d70d7f6fa678722916e1650bec8f4618db019.tar.gz
coloured ls on the SDF cluster
-rw-r--r--archive/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/.zshrc b/archive/.zshrc
index 53a66d0b..1238c926 100644
--- a/archive/.zshrc
+++ b/archive/.zshrc
@@ -59,7 +59,7 @@ precmd() {
# --- aliases
-alias ls="ls -F"
+alias ls="gls -F --color=always"
alias ll="ls -al"
alias g="git"
alias ga="git annex"