bugfixing..
This commit is contained in:
parent
82fc4a44cc
commit
cfdfc587f2
1 changed files with 1 additions and 6 deletions
|
@ -12,12 +12,7 @@ else
|
||||||
# ─< define plugins to use with fisher >────────────────────────────────────────────────────
|
# ─< define plugins to use with fisher >────────────────────────────────────────────────────
|
||||||
set plugin "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish"
|
set plugin "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish"
|
||||||
for plug in $plugin
|
for plug in $plugin
|
||||||
if fisher update $plug
|
fisher update $plu || fisher install $plug
|
||||||
echo "Updated $plug"
|
|
||||||
else
|
|
||||||
fisher install $plug
|
|
||||||
echo "Installed $plug"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue