bugfixing..

This commit is contained in:
PieckA 2024-05-24 23:32:01 +02:00
parent 82fc4a44cc
commit cfdfc587f2

View file

@ -12,12 +12,7 @@ else
# ─< define plugins to use with fisher >────────────────────────────────────────────────────
set plugin "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish"
for plug in $plugin
if fisher update $plug
echo "Updated $plug"
else
fisher install $plug
echo "Installed $plug"
end
fisher update $plu || fisher install $plug
end
end
end