From 8fde415cb0609605f12e3e5a4942c75fbf2a7bf3 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 10 Jul 2009 16:21:51 +0300 Subject: fixed: cwd_truncate; label displas only last path dir --- index.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'index.txt') diff --git a/index.txt b/index.txt index 3a05cf2..8038dbb 100644 --- a/index.txt +++ b/index.txt @@ -1,4 +1,4 @@ -// This is raw asciidoc file. The HTML rendered page is http://volnitsky.com/project/git-prompt +// This is raw asciidoc file. The HTML rendered page is at http://volnitsky.com/project/git-prompt = GIT Prompt @@ -160,7 +160,7 @@ Most of not optional dependencies are probably already installed on your compute == Todo * VCS exclude dir list -* new mail (howto at: `http://kikhome.net/?p=11` ) +* new mail (howto at: httpx://kikhome.net/?p=11[] ) * ctrl-Z subshell indicator * VIM module needs to be moved out of GIT module * How detect current merge? (current method through .git/MERGE_HEAD not always works) @@ -168,11 +168,16 @@ Most of not optional dependencies are probably already installed on your compute include::../volnitsky.com/project/howto-submit-patch.txt[] +People will hate any prompt if there will be delay in prompt display. +Try to avoid use of external commands and +subshells (backticks) in prompt_command_function. It is ok to use +timeconsuming ops in postconfig which is executed only once. + == Authors -- Leonid Volnitsky (original author) http://volnitsky.com -- Niklas Hofer (CWD truncation) http://github.com/niklas/ -- Lee Nussbaum (HG support) lee.nussbaum@gmail.com http://github.com/wln -- Albert Vernon http://xenoclub.wordpress +- Leonid Volnitsky (original author) , http://volnitsky.com +- Niklas Hofer (CWD truncation) , http://github.com/niklas/ +- Lee Nussbaum (HG support) lee.nussbaum@gmail.com, http://github.com/wln +- Albert Vernon http://xenoclub.wordpress.com[] [bibliography] -- cgit v1.2.3