Download:
child 79:8789c529f713
parent 77:da882f8490b3
78:e9fd8738ae54
Anton Shestakov <engored@ya.ru>, Mon, 26 Jan 2015 01:08:12 +0800
prompt: trailing spaces

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
.bash_prompt file | annotate | diff | comparison | revisions
--- a/.bash_prompt Mon Jan 26 01:07:39 2015 +0800
+++ b/.bash_prompt Mon Jan 26 01:08:12 2015 +0800
@@ -31,13 +31,13 @@
if [[ $EUID == 0 ]] ; then
local PROMPT_COLOR="$R"
-
+
# getting hg and git info is disabled for root
local HG_INFO=" ${P}-${RESET}"
local GIT_INFO=" ${G}-${RESET}"
else
local PROMPT_COLOR="$G"
-
+
case "$(_upsearch)" in
'hg')
local HG_INFO=