diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 5414169..7e05697 100755 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -14,7 +14,7 @@ if test -d /usr/local/go set -x GOPATH (/usr/local/go/bin/go env GOPATH) end -set user_paths ~/bin /usr/local/go/bin ~/.yarn/bin $GOPATH/bin ~/.local/bin ~/.cargo/bin /snap/bin +set user_paths ~/bin /usr/local/go/bin ~/.yarn/bin $GOPATH/bin ~/.local/bin ~/.cargo/bin /snap/bin ~/.fzf/bin for path in $user_paths if test -d $path set -x fish_user_paths $fish_user_paths $path diff --git a/fish/.config/fish/fishd.tilde b/fish/.config/fish/fishd.tilde index 93eb0b8..b045f33 100644 --- a/fish/.config/fish/fishd.tilde +++ b/fish/.config/fish/fishd.tilde @@ -29,3 +29,5 @@ SET fish_pager_color_completion:\x1d SET fish_pager_color_description:B3A06D\x1eyellow SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SET_EXPORT fish_user_paths:/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/\x2efzf/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/\x2efzf/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/\x2efzf/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/\x2efzf/bin\x1e/home/ben/bin\x1e/usr/local/go/bin\x1e/home/ben/\x2eyarn/bin\x1e/home/ben/go/bin\x1e/home/ben/\x2elocal/bin\x1e/home/ben/\x2efzf/bin +SET fisher_dependency_count:bass\x1egetopts\x1egitignore\x1envm\x1espin diff --git a/fish/.config/fish/functions/fish_user_key_bindings.fish b/fish/.config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..350a9da --- /dev/null +++ b/fish/.config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,3 @@ +function fish_user_key_bindings + fzf_key_bindings +end diff --git a/fish/.config/fish/functions/fzf_key_bindings.fish b/fish/.config/fish/functions/fzf_key_bindings.fish new file mode 120000 index 0000000..38dd2a3 --- /dev/null +++ b/fish/.config/fish/functions/fzf_key_bindings.fish @@ -0,0 +1 @@ +/home/ben/.fzf/shell/key-bindings.fish \ No newline at end of file diff --git a/vim/.vimrc b/vim/.vimrc index 7da0ede..5181442 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -26,5 +26,7 @@ set tabpagemax=50 inoremap u +set rtp+=~/.fzf + " vim:set ft=vim et sw=2: