[zsh] Update AWS prompt

This commit is contained in:
2025-12-28 20:38:13 +00:00
parent 2182b879c3
commit b2da97d83e

View File

@@ -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 '