dotfiles/tools/fish/conf.d/prompt.fish
2024-12-19 19:56:24 +00:00

5 lines
144 B
Fish

if command -v starship > /dev/null
set -gx STARSHIP_CONFIG $DOTFILES/tools/starship/starship_fish.toml
starship init fish | source
end