From a0af7c6040ce3e6d1e8055be2245dfad6efee740 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 28 Jan 2021 01:03:48 +0100 Subject: [PATCH] Root prompt color --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index fd75398..a69c582 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -379,7 +379,7 @@ ##################################[ context: user@hostname ]################################## # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=9 + typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1 # Context color in SSH without privileges. typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND= # Default context color (no privileges, no SSH).