posh-git-sh icon indicating copy to clipboard operation
posh-git-sh copied to clipboard

Bash/ZSH version of the posh-git command prompt

Results 7 posh-git-sh issues
Sort by recently updated
recently updated
newest added

Hey, I just installed it and it seems that it does the trick, but it is very slow compared to powershell's posh-git. After each pressed 'enter' in the console I...

Currently it looks like this: ![image](https://user-images.githubusercontent.com/15337798/148302922-1c318308-6cc0-43fc-ae4f-c9e84b9a6b57.png) I would remove the `?` behind `master`. You don't have anything behind it in standard posh-git :)

Hi, When you activate a Python virtualenv, posh-git-sh got the priority and I don't see the name of my virtual env on the prompt. It is a bit annoying because...

I have a Bash warning popping up, but only when my working directory is inside a git repo that is checked out to a specific version tag: ``` text bash:...

I usually enable the `failglob` shell option by default in bash via `shopt -s failglob`. This results in errors being displayed when combined with using `__posh_git_ps1()` in my `PROMPT_COMMAND`. Here...

As all of you know, now macbook comes with zsh, not bash. But the instructions are not so clear for zsh. I had to install Homebrew first, which took some...