From f3ba1af1c85d91e596450b3caaa14cac0e65ead5 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Sat, 30 May 2020 15:10:55 +0200 Subject: [PATCH] override doesn't work so changing aliases --- dot_zsh/aliases.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -}}