bash-git-prompt
bash-git-prompt copied to clipboard
An informative and fancy bash prompt for Git users
Currently, the call to `subprocess.Popen()` only passes `LC_ALL` to the child process. As a result, git will ignore the user-specified global .gitignore file and report untracked files incorrectly. Alternatively, the...
I'm using a modified bash prompt to show git branch in the prompt, but special git informations were missing. When I found your awesome project I decided that I would...
Maybe turn path to red by default?
Add a new theme derived from the Single_line theme. In particular, the time portion is removed and PathShort is locally set to W to print only the current working directory.
This project was of a great help for me for years. Sadly, it seems to be abandoned right now. Has anyone of you heard about other bash-native solutions serving the...
Wanted to see if you had put thought into giving the status of every (or maybe just multiple) remotes at once. Like: ✔ ~/bashGitPrompt.git [origin:master|✔] [upstream:master ↓•3] 17:24 $