From a3502517ffa10d45619396f4436543c1d930cd1c Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Sat, 30 May 2020 15:08:57 +0200 Subject: [PATCH] override exa aliases for taupo --- dot_zsh/aliases.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zsh/aliases.tmpl b/dot_zsh/aliases.tmpl index 0582f66..c23d422 100644 --- a/dot_zsh/aliases.tmpl +++ b/dot_zsh/aliases.tmpl @@ -14,6 +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 {{ else -}} alias cat="bat" {{ end -}}