dotfiles/home/config/fish/config.fish

13 lines
359 B
Fish
Raw Normal View History

2022-10-05 03:52:00 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
2023-01-02 18:36:27 +00:00
# Commands to run in interactive sessions can go here
set --universal hydro_color_pwd green
set --universal hydro_color_git red
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