diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-16 10:52:11 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-16 10:52:11 +0300 |
commit | 5f63a9658128c42b02d126b60893206699ea5675 (patch) | |
tree | af524bda2d3cd102da408de6bc73896b12190cbc /config/p10k-lean.zsh | |
parent | 620a20fc9f94a86a0abe5de793267463c9c162a7 (diff) |
spello
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index b383213c..ceb802e4 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -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 |