fixed some bugs

This commit is contained in:
PieckA 2024-05-25 15:13:29 +02:00
parent fcf9d1d423
commit 328144264e
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,6 @@ function check_fisher
# Define plugins to use with fisher
set plugins "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish"
# Loop for plugin installation/update
for plugin in $plugins
if fisher list | grep -q (basename $plugin)