diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 921597a..18caa7b 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -26,4 +26,8 @@ if status is-interactive if type -q eza alias ls=eza end + + if type -q starship + starship init fish | source + end end