dotfiles/home/config/fish/config.fish

17 lines
458 B
Fish
Raw Normal View History

2022-10-05 03:52:00 +00:00
if status is-interactive
2022-10-05 14:10:20 +00:00
set -x EDITOR nvim
set -x VISUAL nvim
2022-10-05 03:52:00 +00:00
set fish_greeting
2022-10-05 14:10:20 +00:00
2022-10-05 03:52:00 +00:00
# Commands to run in interactive sessions can go here
2022-10-05 04:03:18 +00:00
set --universal hydro_color_pwd green
set --universal hydro_color_git red
2023-01-02 03:19:47 +00:00
# source ~/code/dotfiles/shell_aliases
# source ~/code/dotfiles/shell_funcs.fish
2023-01-02 04:33:29 +00:00
source ~/.config/fish/shell_funcs.fish
source ~/.config/fish/shell_aliases.fish
source ~/.config/fish/everquote.fish
2022-10-05 03:52:00 +00:00
end