Aggiunto kcc e mod ls group

This commit is contained in:
2025-11-18 16:18:07 +01:00
parent 7b9c7f118c
commit 785c8af659
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ abbr -a -- ll 'ezals -TL2'
abbr -a -- q exit
abbr -a -- v nvim
abbr -a -- kc kubectl
abbr -a -- kcc kubectl ctx
abbr -a -- zj zellij
abbr -a -- sysc systemctl
abbr -a -- syscu systemctl --user
+2 -2
View File
@@ -1,3 +1,3 @@
function ezals --wraps='eza --icons --git --no-user --octal-permissions --no-permissions -s name -lah' --description 'Base exa'
eza --icons --git --no-user --octal-permissions --no-permissions -s name -lah $argv
function ezals --wraps='eza --icons --git --no-user --octal-permissions --no-permissions --group-directories-first -s name -lah' --description 'Base exa'
eza --icons --git --no-user --octal-permissions --no-permissions --group-directories-first -s name -lah $argv
end