diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:08:51 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-18 18:08:51 +0100 |
| commit | 798ed274c84f265bdf9a28fd171ff36807ff1b27 (patch) | |
| tree | de94fe4cd2269e73269ee4f25c7a0211002490c8 /.config/zsh | |
| parent | 8b8325da143e88cc1144f5ddc26f717d9b98aafd (diff) | |
dotfiles changes
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/knight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/knight b/.config/zsh/knight index 2f30275..84f4ece 100644 --- a/.config/zsh/knight +++ b/.config/zsh/knight @@ -5,7 +5,7 @@ prompt_git_status() { sign="\ue725"; [[ -n "$(git status -s)" ]] && sign="\ufc1a"; git_branch=$(git branch); - echo "%F{5}%f%B%F{0}%K{5} ${sign} ${git_branch##*\* }%f%k%b"; + echo "%F{5}%f%F{0}%K{5}${sign} ${git_branch##*\* }%k%F{5}%k"; fi; } |