lilalo
diff l3bashrc @ 114:658b4ea105c1
PS1 bug fixed
author | igor |
---|---|
date | Sun Mar 09 02:38:56 2008 +0200 (2008-03-09) |
parents | da65f1cbaf3a |
children | 9e6359b7ad55 |
line diff
1.1 --- a/l3bashrc Sat Mar 08 22:36:44 2008 +0200 1.2 +++ b/l3bashrc Sun Mar 09 02:38:56 2008 +0200 1.3 @@ -128,7 +128,8 @@ 1.4 1.5 l3_fix_prompt() 1.6 { 1.7 - export PS1='\[v2#\!#$?#$UID#$$#$(/bin/date +%s)$(l3_save_last_line)#$PWD#\033[1024D\033[K\]'$PS1 1.8 +# export PS1='\[v2#\!#$?#$UID#$$#$(/bin/date +%s)$(l3_save_last_line)#$PWD#\033[1024D\033[K\]'$PS1 1.9 + export PS1='\[$($L3_HOME/l3prompt "v3#\!#$?#$UID#$$#$(/bin/date +%s)#$PWD#")$(l3_save_last_line >& /dev/null)\]'$PS1 1.10 } 1.11 1.12 _l3_tamper_editors()