mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 03:42:53 +00:00
7 lines
197 B
Fish
7 lines
197 B
Fish
# Defined in /tmp/fish.W9SYg1/getfisher.fish @ line 2
|
|
function getfisher
|
|
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
|
|
fish -c fisher
|
|
exec fish
|
|
end
|