aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-04-07 13:48:11 +0200
committerThomas Schneider <qsx@chaotikum.eu>2020-04-07 13:48:11 +0200
commitddadb27ed3e68c31b4b23fbc163d90db319d6fbf (patch)
tree136e95c1c3a430992ff93cd504eb2b18366d6a6e /dot.zshrc.local
parentd9b0575af92aebb084e481491e6f34fef474c4fe (diff)
zsh: Show groups in l/la using exa
Diffstat (limited to 'dot.zshrc.local')
-rw-r--r--dot.zshrc.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local
index 7d6c93a..8dd9652 100644
--- a/dot.zshrc.local
+++ b/dot.zshrc.local
@@ -9,8 +9,8 @@ alias et="emacsclient -t"
alias hl="highlight -O ansi"
if (( $+commands[exa] )); then
alias ls="exa"
- alias l="exa -l --git"
- alias la="exa -la --git"
+ alias l="exa -g -l --git"
+ alias la="exa -g -la --git"
fi
if (( $+commands[rsync] )); then
alias rs="rsync -vahPi"