mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 21:41:57 +00:00
spello
This commit is contained in:
parent
620a20fc9f
commit
5f63a96581
2 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ fi
|
|||
# Context format when running with privileges: %n is username, %m is hostname.
|
||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%m'
|
||||
|
||||
# Don't show context unless running with privileges on in SSH.
|
||||
# Don't show context unless running with privileges or in SSH.
|
||||
typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
|
||||
typeset -g POWERLEVEL9K_ALWAYS_SHOW_CONTEXT=true
|
||||
|
||||
|
|
|
@ -412,7 +412,7 @@ fi
|
|||
# Context format when running with privileges: %n is username, %m is hostname.
|
||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%m'
|
||||
|
||||
# Don't show context unless running with privileges on in SSH.
|
||||
# Don't show context unless running with privileges or in SSH.
|
||||
typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
|
||||
typeset -g POWERLEVEL9K_ALWAYS_SHOW_CONTEXT=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue