changed fisher config

This commit is contained in:
PieckA 2024-05-25 15:26:10 +02:00
parent db72a0fb79
commit 424cc709c0

View file

@ -5,7 +5,7 @@
# │ fisher itself │ # │ fisher itself │
# ╰───────────────────────────────────╯ # ╰───────────────────────────────────╯
function check_fisher function check_fisher
if test ! -e $HOME/.config/fish/functions/fisher.fish if not test -e $HOME/.config/fish/functions/fisher.fish
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source
end end