From 1b6a93650b53bd4ae84e8c6f7b9764917d827883 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 19 Feb 2025 10:15:01 +0200 Subject: [PATCH] chore(config): fish config tweaks and function fix Signed-off-by: Ismo Vuorinen --- config/fish/config.fish | 1 - config/fish/functions/ll.fish | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 19d7852..b73fd2e 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -5,7 +5,6 @@ # ASDF configuration code source $HOME/.local/asdf/asdf.fish -fish_add_path $HOME/.cargo/bin fish_add_path $HOME/.local/bin fish_add_path $HOME/.local/share/nvim/mason/bin fish_add_path $HOME/.local/state/composer/vendor/bin diff --git a/config/fish/functions/ll.fish b/config/fish/functions/ll.fish index aaabe4a..79ddc13 100644 --- a/config/fish/functions/ll.fish +++ b/config/fish/functions/ll.fish @@ -1,4 +1,4 @@ -function ll --wraps=ls --wraps=exa_git --description 'alias ll exa_git' +function ll --wraps=exa_git --description 'alias ll exa_git' exa_git $argv end