zsh: Use starship prompt when available

This commit is contained in:
Simon Bruder 2020-08-18 15:58:54 +02:00
parent 0c862327c9
commit a6c090e675
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -15,6 +15,9 @@ export PATH="$HOME/.cargo/bin:$PATH"
## Local binaries
export PATH="$HOME/bin:$PATH"
# Prompt
command -v starship >/dev/null && eval $(starship init zsh)
# Helpers
## Terminal font