Rafael Kitover
9f91317c7c
Fix Solaris compatibility
...
Add a workaround for the lack of -mmin in Solarises find, check for
gfind from opencsw and failing that use perl, which Solaris ships with
and is widely available on many other systems.
If neither a working find nor perl is available, print a warning and
turn off remote status checking.
Use eval in async_run to run the command, the old bash in Solaris 5.10
does not recognize the previous syntax.
Use command -v instead of which to check for the existance of rbenv in
the Crunch and Solarized_Extravagant themes. command -v is the POSIX-ly
correct way to check for the existance of a command, and which does not
set the exit code on Solaris.
11 years ago
Hugo Sato
c1e0d50952
Help strings should use the themed variables
11 years ago
Martin Gondermann
79de7691c7
Delete gitstatus.py
...
See #134 , as the Python script is not supported anymore
11 years ago
Martin Gondermann
cf4971a868
The README contained a reference to the deprecated Python script
...
Fixes #134
11 years ago
Martin Gondermann
a9c6ae0f3b
Merge pull request #133 from darlingm/master
...
get_prompt_help() failed sourcing themes/Default.bgptheme,
11 years ago
Michael Darling
39f94dd555
get_prompt_help() failed sourcing themes/Default.bgptheme, unless called from the bash-git-prompt directory. Fixed by adding "{__GIT_PROMPT_DIR}/".
11 years ago
Martin Gondermann
65a70865d9
Merge pull request #129 from krazedkrish/master
...
Added some more themes.
11 years ago
krazedkrish
da368f4849
Solarized_Extravagant theme gets ssh aware
...
Solarized_Extravagant theme shows different symbol in prompt
if the user has logged in through ssh
11 years ago
krazedkrish
0a75bb8461
Added Solarized_Extravagant theme
11 years ago
krazedkrish
93bd09c4cd
Added Single_line_Solarized theme
11 years ago
krazedkrish
37b2001fc1
Added oh-my-zsh's crunch like theme
11 years ago
Martin Gondermann
45dce86788
Merge pull request #127 from meermanr/master
...
_LAST_COMMAND_INDICATOR_ now displays symbolic names of signals
11 years ago
Robert Meerman
7ca0026b37
_LAST_COMMAND_INDICATOR_ now displays symbolic names of signals
11 years ago
Martin Gondermann
826eef2c84
Merge pull request #126 from reddshack/master
...
use double quotes to handle path with spaces
11 years ago
Brent Redd
5762652b25
use double quotes to handle path with spaces
11 years ago
Martin Gondermann
350d6c2a2e
Updated homebrew formula
11 years ago
Martin Gondermann
1b9e60b3f3
Merge pull request #116 from lslezak/master
...
Added openSUSE themes
11 years ago
Ladislav Slezák
0cebf28e09
added openSUSE themes
11 years ago
Martin Gondermann
c66cdfb7c7
Merge pull request #114 from scrawl/master
...
Show all untracked files in the repository instead of just from ./ on
11 years ago
scrawl
4083a4b8d7
Show all untracked files in the repository instead of just from ./ on.
11 years ago
Martin Gondermann
724d3dcaa4
Merge pull request #113 from asazello/master
...
Minor fixes and code cleanup in Single_line* themes.
11 years ago
Asazello
fb4dbaa645
Minor fixes and code cleanup in Single_line theme.
11 years ago
Asazello
3437d1d470
Minor fixes and code cleanup in Single_line_Ubuntu theme.
11 years ago
Martin Gondermann
cd82852c30
Merge pull request #112 from asazello/master
...
Fix for Single_line theme and a new 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
Martin Gondermann
a0d294acd9
Merge pull request #110 from asazello/master
...
New Single_line theme.
11 years ago
Jack Gargasz
709b29c3fc
New Single_line theme.
11 years ago
Martin Gondermann
c0510cf2fa
GIT_PROMPT_IGNORE_STASH was broken. Fixes #106
11 years ago
Martin Gondermann
62d95d5833
Merge pull request #104 from szpak/patch-1
...
Add info about L symbol to README
11 years ago
Marcin Zajączkowski
050bc86d54
Add info about L symbol to README
...
3 questions about that in a few months.
11 years ago
Martin Gondermann
986189ccc2
Merge pull request #99 from tschottdorf/touch.git
...
replace `git status` by `git ls-files ...` to avoid touching .git
11 years ago
Tobias Schottdorf
d81ea1d3a8
replace `git status` by `git ls-files ...` to avoid touching .git
11 years ago
Martin Gondermann
f993391f2f
Revert ".git was being touched continuously"
...
This reverts commit 7855e77e40 .
11 years ago
Martin Gondermann
58d02f4e9a
updated home-brew formula
11 years ago
Martin Gondermann
7855e77e40
.git was being touched continuously
...
Fixes #97
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
1893c825bf
Updated homebrew formula
11 years ago
Martin Gondermann
e1b34607a8
Merge pull request #93 from DenJohX/master
...
FIX #92 GIT_PROMPT_ONLY_IN_REPO=1 should honor whatever previus prompt was
11 years ago
Dennis Xiloj
222a49bcfc
FIX GIT_PROMPT_ONLY_IN_REPO=1 should honor whatever previus prompt was
11 years ago
Martin Gondermann
5496b4cdb2
updated homebrew formula
11 years ago
Martin Gondermann
5a09d4abd4
Merge branch 'augensalat-master' (Updated RPM Spec)
...
Fixes #87
11 years ago
Martin Gondermann
ecb1fd955e
Added custom template and theme variable to RPM spec
11 years ago
Bernhard Graf
1d9cc2fcbe
Fixed RPM build.
...
- use only $VER (no more $VER1) to avoid confusion
- added themes directory
11 years ago
Martin Gondermann
a4a79027d9
Updated README
11 years ago
Martin Gondermann
b745d72722
Optimized themes
11 years ago
Martin Gondermann
7cd27e27df
Removed obsolete Time variables in gitprompt.sh
...
FIxes #86
11 years ago
Martin Gondermann
6118c4ae01
Update README.md
11 years ago
Martin Gondermann
c370fb3392
Update README.md
11 years ago
Martin Gondermann
c04317996d
gitstatus.sh was not theme aware
...
fixes #83
11 years ago