diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-03-25 18:31:50 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-03-25 18:31:50 +0000 |
| commit | cb32a05844446b8d113fde3c8d544f9d77c38797 (patch) | |
| tree | c460ddaf7a94bf42060b44e79ae4a492c3007730 /dotfiles-linux/zsh | |
| parent | ae6fee8ffba86ddd02d564a8ddce56b244a17fda (diff) | |
linux/zsh: Colorize the output of ls
Diffstat (limited to 'dotfiles-linux/zsh')
| -rw-r--r-- | dotfiles-linux/zsh/rc | 1 |
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' |
