specify different context template for root

pull/141/head
romkatv 5 years ago
parent ba39eb3421
commit 86c52722d9

@ -389,10 +389,12 @@ fi
# typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐' # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐'
####################################[ context: user@host ]#################################### ####################################[ context: user@host ]####################################
# Context format: user@host. # Default context format: %n is username, %m is hostname.
typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m'
# Default context color. # Default context color.
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180
# Context format when running with privileges: %n is username, %m is hostname.
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%m'
# 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.

Loading…
Cancel
Save