From 1eb409864699277da3043cf4b09033608f8eec59 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 10 Jan 2025 22:01:05 +0200 Subject: [PATCH] chore(shell): p10k aws, go and nvm section color --- config/zsh/p10k.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zsh/p10k.zsh b/config/zsh/p10k.zsh index 721e368..575abe3 100644 --- a/config/zsh/p10k.zsh +++ b/config/zsh/p10k.zsh @@ -121,6 +121,9 @@ # Don't show context unless root or in SSH. # typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_CONTENT_EXPANSION= + # aws, go and nvm versions colors. + typeset -g POWERLEVEL9K_{AWS,GO,NVM}_FOREGROUND=$grey + # Show previous command duration only if it's >= 86400s = 24h. typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=86400 # Don't show fractional seconds. Thus, 7s rather than 7.3s.