Add config.fish

This commit is contained in:
Ian Keane 2022-06-27 17:09:24 -04:00
parent 7adb79d92a
commit bfcf3e548d

View file

@ -0,0 +1,15 @@
set EDITOR vim
set PAGER bat
set BROWSER firefox
if status --is-interactive
set BASE16_SHELL "$HOME/.config/base16-shell/"
source "$BASE16_SHELL/profile_helper.fish"
end
begin
set --local AUTOJUMP_PATH $HOME/.config/fish/functions/autojump.fish
if test -e $AUTOJUMP_PATH
source $AUTOJUMP_PATH
end
end