Pathing for starship

This commit is contained in:
Anthony Cicchetti 2019-12-21 19:15:30 +00:00
parent 4c5a65d1f2
commit 27567111b5

View file

@ -47,8 +47,8 @@ if [[ -d ~/.cargo/bin ]]; then
export PATH="$HOME/.cargo/bin:$PATH"
fi
if [[ -e ~/.cargo/bin/starship ]]; then
eval "$(~/.cargo/bin/starship init zsh)"
if [[ $(whence -p starship 2> /dev/null) ]]; then
eval "$(starship init zsh)"
else
antibody bundle denysdovhan/spaceship-prompt
fi