diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 20:35:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 20:35:38 +0100 |
commit | f808b3447bd1f93118f2da8e38a2f6cd79092dd1 (patch) | |
tree | e8bf3d9f9995fe441b0685c5e644a1860d0096ae /.config/zsh/prompt | |
parent | a81ae5de1cd9f8d5eff78ea888a7692f4bb17dd2 (diff) |
Update colors in prompt
Diffstat (limited to '.config/zsh/prompt')
-rw-r--r-- | .config/zsh/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/prompt b/.config/zsh/prompt index 7eaf4bd..1123d54 100644 --- a/.config/zsh/prompt +++ b/.config/zsh/prompt @@ -29,7 +29,7 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-untracked zstyle ':vcs_info:*' check-for-changes true # zstyle ':vcs_info:git:*' formats " %r/%S %b %m%u%c " -zstyle ':vcs_info:git:*' formats " %{$fg[red]%}%m%u%c%{$fg[orange]%} %{$fg[yellow]%}%b%f" +zstyle ':vcs_info:git:*' formats " %F{8%}%m%u%c%F{8%} %F{8%}%b%f" function set-prompt() { emulate -L zsh |