2022-10-05 03:52:00 +00:00
|
|
|
if status is-interactive
|
|
|
|
nitch
|
|
|
|
set fish_greeting
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
2022-10-05 03:52:00 +00:00
|
|
|
source ~/code/dotfiles/shell_funcs.fish
|
|
|
|
end
|