zsh: Use starship prompt when available
This commit is contained in:
parent
0c862327c9
commit
a6c090e675
|
@ -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
|
||||
|
|
Reference in a new issue