diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-02 14:53:45 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-04-02 14:53:45 +0200 |
| commit | b4020aecc3d5c3a9e39786576560e97ea6a5d923 (patch) | |
| tree | 6320eb9147fdb6daf4f661b92620767b74eb82fb /zsh/prompt.zsh | |
| parent | 631dea39ea8632c0f71c8ec09ad0579bbcd3713d (diff) | |
zsh: changed staged icon to checkmark
Diffstat (limited to 'zsh/prompt.zsh')
| -rw-r--r-- | zsh/prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index f36bdf0..fab8a94 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -21,7 +21,7 @@ COLOR_STAGED=0 zstyle ':vcs_info:git*' formats "%K{$BLUE} %b%u%c%m%a %k" zstyle ':vcs_info:*' enable git zstyle ':vcs_info:*' check-for-changes true -zstyle ':vcs_info:*' stagedstr "%F{$COLOR_STAGED} %f" +zstyle ':vcs_info:*' stagedstr "%F{$COLOR_STAGED} %f" zstyle ':vcs_info:*' unstagedstr "%F{$COLOR_UNSTAGED} ?%f" get_pkg_manager() { |
