addet fisher
This commit is contained in:
parent
222570be26
commit
e83d3cf360
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue