diff --git a/.zshrc b/.zshrc index d7b0427..38c4fd7 100644 --- a/.zshrc +++ b/.zshrc @@ -50,8 +50,6 @@ precmd_functions+='precmd_update_updates' chpwd_functions+='chpwd_update_git_vars' # Set the prompt. -. /etc/bash_completion.d/git - PROMPT='$(prompt)' RPROMPT='$(rprompt)'