From: PHO Date: Wed, 7 Jan 2009 01:34:23 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=a15f52592433cb43ba0c8f7bc51e895e385c59a1 Auto commit by The Sugar System. --- diff --git a/dot-files/_zshrc b/dot-files/_zshrc index b3677dd..8b95b52 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -56,7 +56,7 @@ function _we_are_in_gnu_screen () { [ "$WINDOW" != "" ] } -_prompt_base='%{%(?.$fg[green].$fg[red])%}%B[%n@%m] %#%b %{$reset_color%}' +_prompt_base='%B[%n@%m] %{%(?.$fg[green].$fg[red])%}%#%{$reset_color%}%b ' if ( _we_are_in_gnu_screen ); then # Magic escape sequence for GNU Screen to update their titles # dynamically by grabbing prompt line.