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
Gert Pellin
5e380e5048
Changed theme-name inside file
9 years ago
switch87
7e695b36b9
renamed theme and added root-color
9 years ago
switch87
7785f93586
added own custom theme
9 years ago
Humberto Streb
a8e6e58abc
Single line minimalist theme
9 years ago
Plague Doctor
c5979f9e5b
New theme: Plague Doctor
9 years ago
Plague Doctor
6e3c587ed8
Few fixes
9 years ago
Plague Doctor
6e8a1475f3
Plague Doctor's Theme
9 years ago
Tin LE GALL
88fae61f49
using pwd since there is no need to use realpath
9 years ago
Tin LE GALL
485f256e46
fixes 'not in a GIT repository' problem
9 years ago
Helmut K. C. Tessarek
720ac90861
add a slightly modified theme for lowres and non-retina screens
10 years ago
Helmut K. C. Tessarek
2da8770cb1
add trailing spaces to 3 more symbols
10 years ago
Helmut K. C. Tessarek
c1310f41bc
renamed: Evermeet_lowres_screens.bgptheme -> Evermeet_Ubuntu.bgptheme
10 years ago
Helmut K. C. Tessarek
9d7cbb7870
replace escape sequences with color names
10 years ago
Helmut K. C. Tessarek
bd2bd96135
make a few changes for low resolution displays (unicode characters may overlap with the following character)
10 years ago
Helmut K. C. Tessarek
528a9ad8f7
add a new theme 'Evermeet'
10 years ago
Tin LE GALL
6881608fd5
Minimal theme based on TruncatedPwd_WindowTitle
10 years ago
Rafael Kitover
699818475d
new theme Solarized_UserHost
...
This theme is based on Solarized_Extravagant, with the ruby prompt, date
and kernel version removed, and user@host added on the second line.
10 years ago
oGre
a2182bb646
Fix for terminal fonts
10 years ago
oGre
d3785812bb
Single_line_Solarized simplified
10 years ago
oGre
a3ea748972
Simplified Single_line and Single_line_Ubuntu themes to override Default
10 years ago
oGre
d4564b29bf
Changed themes to use empty string, which couldn't be done before.
10 years ago
oGre
3740531995
Use test -z, but handle empty string in variable as set
10 years ago
mikael
f9340cee17
use `test -v` to allow overriding defaults with empty strings
10 years ago
oGre
57279738f1
Tweaked Ubuntu versions of fonts to only override the symbols from Default that are needed. Added Ubuntu versions of the TruncatedPwd_WindowTitle theme.
10 years ago
Asazello
eb8e281667
A space was missing.
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
Asazello
d431610689
Fix for Single_line_Ubuntu.bgptheme
10 years ago
oGre
f0dea79027
Updated documentation. Let GIT_PROMPT_STATUS_COMMAND be set outside a theme before loading gitprompt.sh
10 years ago
oGre
52bfba7d37
Added documentation in Default theme
10 years ago
oGre
09c98facb6
Added environment variable GIT_PROMPT_STATUS_COMMAND that can point out a custom gitstatus.sh script if needed.
10 years ago
oGre
41aa8fe825
Unset the new variable. Documentation added in README.md Removed unexpected token warning.
10 years ago
oGre
87ecc3cae9
Documentation
10 years ago
oGre
baa54d3673
Added config variable analogue to GIT_PROMPT_VIRTUALENV
10 years ago
oGre
fbeaa6effd
Moved gp_truncate_pwd function to gitprompt.sh
10 years ago
oGre
ff48c81587
Minor fix
10 years ago
oGre
1ba48fd06b
Added helper function gp_set_window_title that can be used to set XTerm window title to the given argument. Used in TruncatedPwd_WindowTitle theme
10 years ago
oGre
ee959b7e59
Remove training whitespace
10 years ago
Denny Schäfer
6d67d0c3d9
Remove trailing whitespaces in the TruncatedPwd_WindowTitle theme
10 years ago
oGre
168d33c3ab
Fixed name everywhere and documentation
10 years ago
oGre
abcc68b2f7
Added NoExitState version of my TruncatedPwd theme
10 years ago
oGre
bc806a254a
Fixed documentation
10 years ago
oGre
b3194732a0
Custom theme using prompt_callback
10 years ago
Martin Gondermann
01f83ee94a
Adds new theme by @chmike . Fixes #152
10 years ago
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
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