lyze / posh-git-sh

Bash/ZSH version of the posh-git command prompt
GNU General Public License v3.0
382 stars 102 forks source link

Fix stash count bug in OSX bash #35

Closed dewe closed 5 years ago

dewe commented 5 years ago

After PR #34 the prompt was broken on OSX with an extra line before the actual prompt:

-bash: 0=: command not found

Also, the stash indicator, usually a $, became -bash.

Please note: I haven't tested this on anything but OSX bash.

lyze commented 5 years ago

Looks good on linux.

dewe commented 5 years ago

Thx!