From 6ea42dc4a2bfc6d435195d9f8506848472a0cbaf Mon Sep 17 00:00:00 2001 From: shokinn Date: Wed, 13 Sep 2023 11:37:19 +0200 Subject: [PATCH] use extetded option only with a seperate alias --- dotfiles/commonfunc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dotfiles/commonfunc b/dotfiles/commonfunc index 80173b3..c7a7163 100644 --- a/dotfiles/commonfunc +++ b/dotfiles/commonfunc @@ -17,12 +17,17 @@ if [[ $(command -v eza) ]]; then ezafunc -T -L ${1:-1} } lafunc() { + ezafunc -a -T -L ${1:-1} + } + lefunc() { ezafunc -a -T -L ${1:-1} --extended } alias l='lfunc' alias la='lafunc' - alias ll="lfunc 2" + alias le='lefunc' + alias ll='lfunc 2' alias lla='lafunc 2' + alias lle='lefunc 2' fi # wttr - show the weather forecast in Terminal