Skip to content

Commit

Permalink
Fix whitespace on stash output
Browse files Browse the repository at this point in the history
  • Loading branch information
subhojit777 committed Dec 15, 2017
1 parent 03689ee commit f37488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agnosterzak.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ prompt_git() {

local number_of_stashes="$(git stash list -n1 2> /dev/null | wc -l)"
if [[ $number_of_stashes -gt 0 ]]; then
stashed=" $number_of_stashes"
stashed=" ${number_of_stashes##*( )}"
bgclr='magenta'
fgclr='white'
fi
Expand Down

0 comments on commit f37488c

Please sign in to comment.