This commit is contained in:
Ian Keane 2022-06-27 17:10:05 -04:00
commit b4b08be5ec

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