summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 22:35:27 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 22:35:27 +0200
commita6490dcb8e7a9b85f6190a17889e7c263fd795fb (patch)
treeee13749387f40dae57ef29d7c638f5e65508af9e /.config/zsh
parent8e59171d15f23b1a90e883d2a65e2ea983f9f231 (diff)
Fix spacing for branch name
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/prompt b/.config/zsh/prompt
index 80d58cc..b7eb58a 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 " %{$fg[red]%}%m%u%c%{$fg[orange]%} %{$fg[yellow]%}%b%f"
function set-prompt() {
emulate -L zsh