diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-04-15 19:45:18 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-04-15 19:45:18 +0300 |
commit | a6382ff311c836f2b11e82e1b8284db59ce84eed (patch) | |
tree | 578df542b8cf5c00fe0965ce882718d693cdada7 | |
parent | exit code now deisplayed at left-most position; fixed: extranious spase removed (diff) | |
download | git-prompt-a6382ff311c836f2b11e82e1b8284db59ce84eed.tar.gz git-prompt-a6382ff311c836f2b11e82e1b8284db59ce84eed.tar.bz2 git-prompt-a6382ff311c836f2b11e82e1b8284db59ce84eed.zip |
fixed: not bash prompt escapes around bell
-rw-r--r-- | git-prompt.sh | 2 | ||||
-rw-r--r-- | index.txt | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/git-prompt.sh b/git-prompt.sh index 96824a1..b14d5c6 100644 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -99,7 +99,7 @@ on='' off=': ' - bell=`eval ${!error_bell} tput bel` + bell="\[`eval ${!error_bell} tput bel`\]" colors_reset='\['`tput sgr0`'\]' @@ -1,6 +1,6 @@ -= GIT Prompt +// This is asciidoc file. The HTML rendered page is at: http://volnitsky.com/project/git-prompt -// To see HTML rendered web page go to: http://volnitsky.com/project/git-prompt += GIT Prompt :v-p: http://volnitsky.com/project :compact-option: compact @@ -47,8 +47,7 @@ GIT. Enable if needed in <<config,config>> Labels are visual cues to help figure out what terminal is running what command. It is generalization of xterm-title but differ from xterm-title that it can be displayed in other places (on screen windows titles for example). - -line and some other places. On screenshot below they are in red ovals. +On screenshot below they are in red ovals. image:screenshot-labels.png["labels screenshot", width="300", link="screenshot-labels.png"] |