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