summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e505713..25bdfc0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -41,7 +41,7 @@ export GPG_TTY=$(tty)
export TERM=xterm-256color
-
+alias ls='ls --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
[ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local