8 lines
146 B
Fish
8 lines
146 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
set -U fish_greeting
|
|
function fish_greeting
|
|
fastfetch
|
|
end
|