Asazello
|
fb4dbaa645
|
Minor fixes and code cleanup in Single_line theme.
|
11 years ago |
Jack Gargasz
|
4a62ec8a4b
|
Fix for Single_line.bgptheme
|
11 years ago |
Jack Gargasz
|
709b29c3fc
|
New Single_line theme.
|
11 years ago |
Martin Gondermann
|
cc97adfdb7
|
There was _LAST_COMMAND_INDICATOR_ being printed in prompt output on root user
Fixes #96
|
11 years ago |
Martin Gondermann
|
b745d72722
|
Optimized themes
|
11 years ago |
Martin Gondermann
|
7b95c93766
|
Added themes without display of exit state for Solarized theme, added tweaked themes for Ubuntu terminal fonts (see #77)
|
11 years ago |
Martin Gondermann
|
e31c91802c
|
Readded Default theme
|
11 years ago |
Martin Gondermann
|
71810b95f5
|
moved themes around
|
11 years ago |
Martin Gondermann
|
882bc8ea46
|
Added first thought on themes
|
11 years ago |
Martin Gondermann
|
3569c97ba0
|
Ditched the config variable GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR in favor of a more general approach with a placeholder.
Fixes #76
|
11 years ago |
Martin Gondermann
|
d10f613100
|
Moved VirtualEnv template to git-prompt-colors.sh, fixed replacement
|
11 years ago |
Martin Gondermann
|
957eb80d2a
|
Readded the LAST_COMMAND_INDICATOR-Functionality, which got lost on last merge.
Added fix for #67
|
11 years ago |
Martin Gondermann
|
8a8e068e66
|
Removed declares in git-prompt-colors.sh as they are not compatible with the Bash on MacOS X
|
11 years ago |
Alan Stebbens
|
3ab4973b86
|
aks: only define the colors once
|
11 years ago |
Alan Stebbens
|
4ecaa1e645
|
aks: make the prompt vars all global
|
11 years ago |
Alan Stebbens
|
d89b35ad7c
|
aks: make the prompt vars all global
|
11 years ago |
Martin Gondermann
|
71001b1215
|
Implemented the possibility for an indicator which shows the result of the last command.
To enable just write
export GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR=1
just before sourcing the gitprompt.sh
fixes #60
|
12 years ago |
Martin Gondermann
|
5836a50cc1
|
Made the start and end of the prompt configurable via the .git-prompt-colors.sh
|
12 years ago |
Martin Gondermann
|
4153ec7ed7
|
Made gitstatus variables for `symbols_ahead`, `symbols_behind` and `symbols_prehash` configurable via `git-prompt-colors.sh`
Fixes #51
The new variables are:
```bash
GIT_STATUS_SYMBOLS_AHEAD
GIT_STATUS_SYMBOLS_BEHIND
GIT_STATUS_SYMBOLS_PREHASH
```
|
12 years ago |
Martin Gondermann
|
f1508c87c6
|
Revert "Wrapped prompt colors in \[ and \] to fix history."
Fixes #48 for now
This reverts commit 6acf7f8d3e.
|
12 years ago |
Martin Gondermann
|
6acf7f8d3e
|
Wrapped prompt colors in \[ and \] to fix history. Should fix #45
|
12 years ago |
Alan Stebbens
|
ae1c1d1ef0
|
aks:externalize git prompt colors; add help func
|
12 years ago |