bugfixing

This commit is contained in:
PieckA 2024-05-25 11:35:33 +02:00
parent 8da7bf95a5
commit eb5c744344

View file

@ -6,7 +6,7 @@
# ╰───────────────────────────────────╯
function check_fisher
if ! -f $HOME/.config/fish/functions/fisher.fish
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
# ─< define plugins to use with fisher >────────────────────────────────────────────────────