12 lines
248 B
Fish
12 lines
248 B
Fish
if status is-interactive
|
|
nitch
|
|
set fish_greeting
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
set --universal hydro_color_pwd green
|
|
set --universal hydro_color_git red
|
|
|
|
|
|
source ~/code/dotfiles/shell_funcs.fish
|
|
end
|