From 785c8af6591438e281a9160b44a8dbac6a740119 Mon Sep 17 00:00:00 2001 From: Davide Frattarolo Date: Tue, 18 Nov 2025 16:18:07 +0100 Subject: [PATCH] Aggiunto kcc e mod ls group --- conf.d/myabbrs.fish | 1 + functions/ezals.fish | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf.d/myabbrs.fish b/conf.d/myabbrs.fish index 74fd9ae..8fd1984 100644 --- a/conf.d/myabbrs.fish +++ b/conf.d/myabbrs.fish @@ -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 diff --git a/functions/ezals.fish b/functions/ezals.fish index 3e93524..e2e052d 100644 --- a/functions/ezals.fish +++ b/functions/ezals.fish @@ -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