mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 07:23:10 +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
|