11 lines
254 B
Fish
11 lines
254 B
Fish
|
if not functions -q fisher
|
||
|
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
|
||
|
curl https://git.io/fisher --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
|
||
|
fish -c fisher
|
||
|
end
|
||
|
|
||
|
set -Ux EDITOR vim
|
||
|
|
||
|
#fisher add jethrokuan/fzf
|
||
|
|