aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"