5 lines
147 B
Fish
5 lines
147 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
set -U fish_greeting ""
|
|
starship init fish | source
|
|
end
|