Merge branch 'master' of git.anthonycicchetti.com:anthonycicc/dotfiles

This commit is contained in:
Anthony Cicchetti 2019-10-14 09:47:28 -04:00
commit 21b4b53e11
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,8 @@ 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)"