diff --git a/.zsh/p10k_themes/purple.zsh b/.zsh/p10k_themes/purple.zsh index cca173d..b68bb62 100644 --- a/.zsh/p10k_themes/purple.zsh +++ b/.zsh/p10k_themes/purple.zsh @@ -981,11 +981,11 @@ typeset -g POWERLEVEL9K_CONTEXT_BACKGROUND=0 # Context format when running with privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%m' + typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%M' # Context format when in SSH without privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%M' # Default context format (no privileges, no SSH): user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' + typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%M' # Don't show context unless running with privileges or in SSH. # Tip: Remove the next line to always show context.