Skip to content

Commit

Permalink
theme agnoster: remove trailing space
Browse files Browse the repository at this point in the history
re-implemented expired pull request ohmyzsh#1759
  • Loading branch information
mrbfrank authored and sapphire-arches committed May 6, 2014
1 parent 336f4ea commit eecaa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/agnoster.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ prompt_git() {
zstyle ':vcs_info:*' stagedstr ''
zstyle ':vcs_info:git:*' unstagedstr ''
zstyle ':vcs_info:*' formats ' %u%c'
zstyle ':vcs_info:*' actionformats '%u%c'
zstyle ':vcs_info:*' actionformats ' %u%c'
vcs_info
echo -n "${ref/refs\/heads\// }${vcs_info_msg_0_}"
echo -n "${ref/refs\/heads\// }${vcs_info_msg_0_%% }"
fi
}

Expand Down

0 comments on commit eecaa8c

Please sign in to comment.