From dcf30f352070be9f509431afd0cabda37b074247 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Mon, 14 Oct 2019 09:50:00 -0400 Subject: [PATCH] fixes 2 --- zsh/zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index aac7791..e160599 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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