diff --git a/dot_zsh/aliases.tmpl b/dot_zsh/aliases.tmpl index c23d422..3bb9c86 100644 --- a/dot_zsh/aliases.tmpl +++ b/dot_zsh/aliases.tmpl @@ -14,8 +14,8 @@ alias zz='zcat $1 | most' {{ if eq .chezmoi.hostname "taupo" -}} alias cat="batcat" -alias la='exa -lbhHigmuSa --time-style=long-iso --git --color-scale' # all list -alias lx='exa -lbhHigmuSa@ --time-style=long-iso --git --color-scale' # all + extended list +alias lah='exa -lbhHigmuSa --time-style=long-iso --git --color-scale' # all list +alias lxh='exa -lbhHigmuSa@ --time-style=long-iso --git --color-scale' # all + extended list {{ else -}} alias cat="bat" {{ end -}}