Ansible_workstation/files/dotfiles/config.fish

13 lines
321 B
Fish
Raw Normal View History

2019-06-09 09:44:40 +00:00
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
2019-06-10 13:35:36 +00:00
set -Ux FZF_DEFAULT_OPTS '--height 40% --layout=reverse --border'
2019-06-09 09:44:40 +00:00
#fisher add jethrokuan/fzf