From b2da97d83e4f62f64ce65312f21d63c1de6eecb4 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 28 Dec 2025 20:38:13 +0000 Subject: [PATCH] [zsh] Update AWS prompt --- zsh/.config/zsh/exports.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.config/zsh/exports.zsh b/zsh/.config/zsh/exports.zsh index 1d16d9c..1d2970a 100644 --- a/zsh/.config/zsh/exports.zsh +++ b/zsh/.config/zsh/exports.zsh @@ -5,5 +5,4 @@ SAVEHIST=1000 # Prompt setopt PROMPT_SUBST -export AWS_PROFILE_DISPLAY='' -export PS1='%F{8}[%F{white}%n@%m%F{8}] (%F{white}%1~%F{8}) %F{yellow}$AWS_PROFILE_DISPLAY%F{white} %#%f ' +export PS1='%F{8}[%F{white}%n@%m%F{8}] (%F{white}%1~%F{8}) %F{yellow}$AWS_PROFILE%F{white} %#%f '