From a73a64ae4cbfdc1c2a9937b57a95e9261d682b63 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sun, 21 Jun 2015 22:28:43 +0200 Subject: [PATCH] Color ls output. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 23f6eca..a403289 100644 --- a/zshrc +++ b/zshrc @@ -46,6 +46,7 @@ alias gdfs='git diff --staged' alias gad='git add' alias gcm='git commit' alias resource='source ~/.zshrc' +alias ls='ls --color=auto' if [ -f .zsh_environment ] then source ~/.zsh_environment