7 lines
163 B
Fish
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
|