Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Equivalent of `__git_ps1` for git. Suggested use: # Prompt for osc [[ -f /usr/share/bash-completion/completions/osc-prompt.sh ]] && \ source /usr/share/bash-completion/completions/osc-prompt.sh export PS1='\h:\W$(__osc_prompt) \$ ' Fixes: #1379
- Loading branch information