diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-12-18 20:47:16 +0200 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-12-18 20:47:16 +0200 |
commit | ddb033fbe1737a4afc026284522d60dc13def5ca (patch) | |
tree | 1f13f6773403c1a14b957862e422a0dc5169ad11 /README | |
parent | fixed: file list tunctation on esc (diff) | |
download | git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.gz git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.bz2 git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.zip |
-- docs, spelling
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ INSTALL . /path/to/git-prompt.sh - If there are no interactivity test in your profile, then above command should be: + If there are no interactivity test, then above command should be: [[ $- == *i* ]] && . /path/to/git-prompt.sh @@ -31,8 +31,8 @@ DEPENDENCY TODO - - - TO FIX: when file list is too long, git-prompt truncates it. Sometimes this truncation can be on color escape sequence. + - TO FIX: when file list is too long, git-prompt truncates it. Sometimes this truncation can be on color escape sequence. + (fixed fot GIT, TODO for SVN) - external config at /etc/git-prompt.conf and ~/.git-prompt.conf - new mail (howto at: http://kikhome.net/?p=11) - ^Z subshell indicator |