13 lines
321 B
Fish
13 lines
321 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
|
|
|
|
set -Ux FZF_DEFAULT_OPTS '--height 40% --layout=reverse --border'
|
|
|
|
#fisher add jethrokuan/fzf
|
|
|