From 0446bd2bd0d274467a2582da551a0dc339bba795 Mon Sep 17 00:00:00 2001 From: abstractmachines Date: Mon, 5 Oct 2020 14:44:03 -0700 Subject: [PATCH] Circumvent zsh compaudit issues --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ad4a64c..cd5dee6 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,6 @@ +ZSH_DISABLE_COMPFIX="true" + . ~/.bash_profile source ~/.git-prompt.sh -setopt PROMPT_SUBST ; PS1='[%n@%m %c$(__git_ps1 " (%s)")]\$ ' \ No newline at end of file +setopt PROMPT_SUBST ; PS1='[%n@%m %c$(__git_ps1 " (%s)")]\$ '