From 959a858225b996c29bc8f893e07a12ee39c198b9 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 18 Jun 2024 04:39:21 +0200 Subject: [PATCH] fix --- data/home/.p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/home/.p10k.zsh b/data/home/.p10k.zsh index 57174d3..f0b1dfa 100644 --- a/data/home/.p10k.zsh +++ b/data/home/.p10k.zsh @@ -216,10 +216,10 @@ # Replace removed segment suffixes with this symbol. typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= # Color of the shortened directory segments. - typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=$MACHINE_COLOR_ALT + typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=103 # Color of the anchor directory segments. Anchor segments are never shortened. The first # segment is always an anchor. - typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=011 + typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=$MACHINE_COLOR_ALT # Display anchor directory segments in bold. typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true # Don't shorten directories that contain any of these files. They are anchors.