From b04d770a2630814473ee721999cc42fe1ce72f68 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 26 Jul 2021 06:53:44 +0100 Subject: [PATCH] Dont show AWS prompt from plugin --- .dotfiles/1-zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.dotfiles/1-zsh b/.dotfiles/1-zsh index aea9261..fc51b79 100644 --- a/.dotfiles/1-zsh +++ b/.dotfiles/1-zsh @@ -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