dotfiles/config/general/config.fish
2022-11-28 20:53:41 +00:00

10 lines
183 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
# If starship is installed, initialize it
if type -q starship
starship init fish | source
end