diff --git a/dot_zsh/aliases.tmpl b/dot_zsh/aliases.tmpl index 6e67b04..5982321 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 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 +alias lah='exa -lbhHigmuSa --time-style=long-iso --color-scale' # all list +alias lxh='exa -lbhHigmuSa@ --time-style=long-iso --color-scale' # all + extended list alias dig="dog --time A NS MX TXT AAAA SOA $1" alias ddig='/usr/bin/dig' {{ else -}}