If statement for starship

This commit is contained in:
Anthony Cicchetti 2019-08-26 15:34:37 -04:00
parent 6db10bb25a
commit 46fdaf14f5

View file

@ -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