diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-07 13:48:11 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-07 13:48:11 +0200 |
| commit | ddadb27ed3e68c31b4b23fbc163d90db319d6fbf (patch) | |
| tree | 136e95c1c3a430992ff93cd504eb2b18366d6a6e | |
| parent | d9b0575af92aebb084e481491e6f34fef474c4fe (diff) | |
zsh: Show groups in l/la using exa
| -rw-r--r-- | dot.zshrc.local | 4 |
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" |
