Feat: import fish config

This commit is contained in:
Bertrand Benjamin 2021-08-02 08:26:43 +02:00
parent 7857fbdc12
commit 86ae0c9513
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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

View File

@ -0,0 +1,2 @@
jethrokuan/fzf
oh-my-fish/plugin-bang-bang