aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__terlar_git_prompt.fish
Commit message (Collapse)AuthorAge
* Vcs prompt: Break if vcs isn't installedGravatar Fabian Homborg2015-09-06
| | | | | Prevents an annoying error message. Fixes #2363.
* git prompt shouldn't export variables.Gravatar Konrad Borowski2014-06-01
|
* Optimize staged logicGravatar Terje Larsen2012-11-17
|
* Use double-dollar vars for dynamic variablesGravatar Terje Larsen2012-11-17
|
* Add configurable status signs againGravatar Terje Larsen2012-11-17
|
* Fix uniqueness and escape question-marksGravatar Terje Larsen2012-11-17
|
* Improve the git promptGravatar Terje Larsen2012-10-20
| | | | | | | | | | - Fix branch for older git version (--short for symbolic-ref was not available on git 1.7.9.5) - Use index (git status) for checking if staged - Add status indication for copied - Remove variables for statuses (less litter in the variables) - Remove usage of eval to echo and set_color - Replace printf where possible with echo -n
* Added terlar's prompt, and robbyrussell which was inadvertently omittedGravatar ridiculousfish2012-10-15
https://github.com/fish-shell/fish-shell/issues/329