dotfiles/config/fish/config.fish
2022-10-04 23:52:00 -04:00

7 lines
163 B
Fish

if status is-interactive
nitch
set fish_greeting
# Commands to run in interactive sessions can go here
source ~/code/dotfiles/shell_funcs.fish
end