Add a warning about DEFAULT_USER in the context

This commit is contained in:
Bruno Vernay 2020-04-19 21:14:17 +02:00 committed by GitHub
parent 1df634c36a
commit 4c9d8c925d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -824,6 +824,8 @@
# Tip: Remove the next line to always show context. # Tip: Remove the next line to always show context.
typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
# Warning: The context is NEVER shown when DEFAULT_USER is set ! (It has precedence over the other variables)
# Custom icon. # Custom icon.
# typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐' # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'
# Custom prefix. # Custom prefix.