addet fisher

This commit is contained in:
PieckA 2024-05-24 22:54:33 +02:00
parent 222570be26
commit e83d3cf360
2 changed files with 8 additions and 0 deletions

View file

@ -88,6 +88,8 @@ end
check_fisher
plugins_fisher
# ──────────────────────────< END | distro/packagemanger detection >──────────────────────────
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────

View file

@ -10,3 +10,9 @@ if [[ ! -e $HOME/.config/fish/functions/fisher.fish ]]
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
end
end
function plugins_fisher
if command -v fisher >/dev/null 2>&1
fisher install PatrickF1/fzf.fish
end
end