Dont show AWS prompt from plugin

This commit is contained in:
Marcus Noble 2021-07-26 06:53:44 +01:00
parent 723b7be4e5
commit b04d770a26
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ autoload -U compinit && compinit
fpath=($fpath ~/.zsh/completion)
DISABLE_UNTRACKED_FILES_DIRTY="true"
SHOW_AWS_PROMPT=false
source $ZSH/oh-my-zsh.sh