override doesn't work so changing aliases

This commit is contained in:
Julien Rabier 2020-05-30 15:10:55 +02:00
parent a3502517ff
commit f3ba1af1c8

View File

@ -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 -}}