diff --git a/init/setup.fish b/init/setup.fish index 6de8792..8dc4a75 100644 --- a/init/setup.fish +++ b/init/setup.fish @@ -239,6 +239,7 @@ function check_fishr else if test ! -e $HOME/.config/fish/functions/fisher.fish curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source & fisher install jorgebucaran/fisher + else fisher update end end