This commit is contained in:
Anthony Cicchetti 2019-10-11 22:23:03 -04:00
parent c62960330f
commit d81bc6b25a
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,9 @@ source <(antibody init)
antibody bundle < ~/.zsh_plugins.txt
#fix vim_prompt_info
export RPROMPT=""
if [[ -e ~/.cargo/bin/starship ]]; then
eval "$(~/.cargo/bin/starship init zsh)"
else