Update init/setup.fish

This commit is contained in:
Alexander Pieck 2024-08-06 06:43:37 +00:00
parent 06593e35ea
commit 709c4a5309

View file

@ -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