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