Merge branch 'master' of git.anthonycicchetti.com:anthonycicc/dotfiles
This commit is contained in:
commit
007cf05c84
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ if [[ -d ~/.cargo/bin ]]; then
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -e ~/.cargo/bin/starship ]]; then
|
if [[ $(whence -p starship 2> /dev/null) ]]; then
|
||||||
eval "$(~/.cargo/bin/starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
else
|
else
|
||||||
antibody bundle denysdovhan/spaceship-prompt
|
antibody bundle denysdovhan/spaceship-prompt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue