diff options
author | Alkindi42 <alkindus42@gmail.com> | 2023-05-21 22:45:11 +0300 |
---|---|---|
committer | Alkindi42 <alkindus42@gmail.com> | 2023-05-21 22:45:11 +0300 |
commit | 6db5920bb9ecdba25b8253a93120f973b686199f (patch) | |
tree | 70e9b1d79cf31fe9f864f5d7e1bcdba37e2a9fce /internal/p10k.zsh | |
parent | 29c0b258505c5214667c20ce4cb5d4f7e743776c (diff) |
feat: add chezmoi icon
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index dea5e26d..b2b07aa6 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4264,7 +4264,7 @@ instant_prompt_vi_mode() { # Segment to display chezmoi information. # More information: https://www.chezmoi.io/ prompt_chezmoi() { - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" '' 0 '' "chezmoi" + _p9k_prompt_segment "$0" "black" "white" 'CHEZMOI_ICON' 0 '' "chezmoi" } _p9k_prompt_chezmoi_init() { |