bugfixing

This commit is contained in:
PieckA 2024-05-25 11:28:10 +02:00
parent b19a36df10
commit 949c29af46

View file

@ -6,7 +6,7 @@
# ╰───────────────────────────────────╯
function check_fisher
if [[ ! -e $HOME/.config/fish/functions/fisher.fish ]]
if [[ ! -f $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 >────────────────────────────────────────────────────