override doesn't work so changing aliases
This commit is contained in:
parent
a3502517ff
commit
f3ba1af1c8
@ -14,8 +14,8 @@ alias zz='zcat $1 | most'
|
|||||||
|
|
||||||
{{ if eq .chezmoi.hostname "taupo" -}}
|
{{ if eq .chezmoi.hostname "taupo" -}}
|
||||||
alias cat="batcat"
|
alias cat="batcat"
|
||||||
alias la='exa -lbhHigmuSa --time-style=long-iso --git --color-scale' # all list
|
alias lah='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 lxh='exa -lbhHigmuSa@ --time-style=long-iso --git --color-scale' # all + extended list
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user