Ramon Balaguer Altadill
56d0533a67
Add new theme 1row solarized lamda
8 years ago
Federico Voges
ac02349f06
change root prompt to reset color at the end
...
before this commit, the root prompt would not reset the terminal color so all the text was red. this commit changes the end of the root prompt to reset the color to default.
9 years ago
oGre
a2182bb646
Fix for terminal fonts
10 years ago
oGre
d3785812bb
Single_line_Solarized simplified
10 years ago
oGre
7ee135e1de
Themes overriding define_undefined_git_prompt_colors needs the new variables
10 years ago
oGre
62496416cd
Cleanup of themes, adding the new upstream variables where applicable
10 years ago
krazedkrish
93bd09c4cd
Added Single_line_Solarized theme
11 years ago
Asazello
3437d1d470
Minor fixes and code cleanup in Single_line_Ubuntu theme.
11 years ago
Jack Gargasz
badef3b37d
New theme Single_line_Ubuntu. Fix for PowerLine fonts.
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