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