mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
rm context
This commit is contained in:
parent
63d8b0079f
commit
c1a53e8062
1 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ prompt_status() {
|
|||
local -a symbols
|
||||
symbols=()
|
||||
if [[ $RETVAL -ne 0 ]]; then
|
||||
symbols+="%{%F{red}%}$RETVAL✘"
|
||||
symbols+="%{%F{red}%}($RETVAL)✘"
|
||||
else
|
||||
symbols+="%{%F{green}%}✓"
|
||||
fi
|
||||
|
|
@ -272,7 +272,7 @@ build_prompt() {
|
|||
prompt_status
|
||||
prompt_virtualenv
|
||||
prompt_aws
|
||||
prompt_context
|
||||
# prompt_context
|
||||
prompt_dir
|
||||
prompt_git
|
||||
prompt_kubectl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue