1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-07-05 09:36:49 +00:00

Fish: make getfisher actually work

This commit is contained in:
Phantop 2020-07-21 11:33:16 -04:00
parent a9662c8567
commit ab928af577

View file

@ -1,5 +1,6 @@
# Defined in /tmp/fish.n3BGCP/getfisher.fish @ line 1
# Defined in /tmp/fish.W9SYg1/getfisher.fish @ line 2
function getfisher
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher
fish -c fisher
exec fish
end