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 >────────────────────────────────────────────────────
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue