13 lines
359 B
Fish
13 lines
359 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
# 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
|
|
end
|