This commit is contained in:
Anthony Cicchetti 2019-10-14 09:50:00 -04:00
parent 21b4b53e11
commit dcf30f3520

View file

@ -46,9 +46,6 @@ if [[ -d ~/.cargo/bin ]]; then
export PATH="$HOME/.cargo/bin:$PATH"
fi
#fix vim_prompt_info
export RPROMPT=""
if [[ -e ~/.cargo/bin/starship ]]; then
eval "$(~/.cargo/bin/starship init zsh)"
else