dotfiles/config/fish/config.fish
2022-10-05 00:03:18 -04:00

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