diff --git a/zsh/zshrc b/zsh/zshrc index 8193736..e99f12f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -52,7 +52,11 @@ if [[ ! ($(uname) -eq "Darwin") ]]; then antigen bundle matthieusb/zsh-sdkman fi -antigen theme denysdovhan/spaceship-prompt +if [[ -e ~/.cargo/bin/starship ]]; then + eval "$(~/.cargo/bin/starship init zsh)" +else + antigen theme denysdovhan/spaceship-prompt +fi # antigen theme romkatv/powerlevel10k powerlevel10k antigen apply