mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-12 18:02:46 +00:00
6 lines
175 B
Fish
6 lines
175 B
Fish
# Defined in /tmp/fish.n3BGCP/getfisher.fish @ line 1
|
|
function getfisher
|
|
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
|
|
fisher
|
|
end
|