1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Add FZF to fish config

This commit is contained in:
Jack Foltz 2019-09-07 11:09:26 -04:00
parent f8cae643cf
commit f62380f07c
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -1,6 +1,7 @@
### Environment Variables ### ### Environment Variables ###
set -U fish_greeting set -U fish_greeting
set -U fish_user_paths ~/.local/bin set -U fish_user_paths ~/.local/bin
set -U FZF_LEGACY_KEYBINDINGS 0
# Mark fish as default shell # Mark fish as default shell
set -gx SHELL /usr/bin/fish set -gx SHELL /usr/bin/fish