]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Tue, 6 Jan 2009 13:24:21 +0000 (22:24 +0900)
committerPHO <pho@cielonegro.org>
Tue, 6 Jan 2009 13:24:21 +0000 (22:24 +0900)
dot-files/_zshrc

index fc238a3f8a656a67b3c739a3ce1d4264855544fe..b3677dd17cef106cb89bd46c18f0f70011661577 100644 (file)
@@ -58,6 +58,8 @@ function _we_are_in_gnu_screen () {
 
 _prompt_base='%{%(?.$fg[green].$fg[red])%}%B[%n@%m] %#%b %{$reset_color%}'
 if ( _we_are_in_gnu_screen ); then
+    # Magic escape sequence for GNU Screen to update their titles
+    # dynamically by grabbing prompt line.
     PROMPT=$'%{\ek\e\\%}'$_prompt_base
 else
     PROMPT=$_prompt_base