This commit is contained in:
alex
2026-03-11 11:42:38 +00:00
parent ecf8f886f9
commit 796d36a138
7 changed files with 11 additions and 4 deletions

View File

@@ -6,3 +6,4 @@ SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fish
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ecatppuccin/fish
SETUVAR _fisher_upgraded_to_4_4:\x1d
SETUVAR fish_greeting:\x1d
SETUVAR fish_user_paths:/home/alex/\x2ebun/bin

View File

@@ -0,0 +1,3 @@
function la --wraps='ls -a' --description 'alias la ls -a'
ls -a $argv
end