mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-17 23:30:47 +01:00
10 lines
183 B
Fish
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
|