mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
revert accidental context change
This commit is contained in:
parent
f565be5a59
commit
f1f485b1c0
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ fi
|
||||||
# Context color when running with privileges.
|
# Context color when running with privileges.
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=227
|
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=227
|
||||||
# Don't show context unless running with privileges on in SSH.
|
# Don't show context unless running with privileges on in SSH.
|
||||||
# typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
|
typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
|
||||||
typeset -g POWERLEVEL9K_ALWAYS_SHOW_CONTEXT=true
|
typeset -g POWERLEVEL9K_ALWAYS_SHOW_CONTEXT=true
|
||||||
# Custom icon.
|
# Custom icon.
|
||||||
# typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
# typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
||||||
|
|
Loading…
Reference in a new issue