Files
puter-fishcfg/config.fish
2025-06-29 17:19:38 +03:00

6 lines
145 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
eval (starship init fish)
set -g fish_greeting ""
end