summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-03-25 18:31:50 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-03-25 18:31:50 +0000
commitcb32a05844446b8d113fde3c8d544f9d77c38797 (patch)
treec460ddaf7a94bf42060b44e79ae4a492c3007730
parentae6fee8ffba86ddd02d564a8ddce56b244a17fda (diff)
linux/zsh: Colorize the output of ls
-rw-r--r--dotfiles-linux/zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles-linux/zsh/rc b/dotfiles-linux/zsh/rc
index 2a87610..ce540e2 100644
--- a/dotfiles-linux/zsh/rc
+++ b/dotfiles-linux/zsh/rc
@@ -1,3 +1,4 @@
# -*- mode: shell-script -*-
alias df='df -h'
+alias ls='ls --color'