dotfiles/slackware/.config/fish/config.fish
Ian Keane 9a6bfc1daf Restructure for symlink
This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
2022-06-07 13:47:55 -04:00

8 lines
179 B
Fish

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