]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 5 Jan 2009 04:16:11 +0000 (13:16 +0900)
committerPHO <pho@cielonegro.org>
Mon, 5 Jan 2009 04:16:11 +0000 (13:16 +0900)
dot-files/_zshenv
dot-files/_zshrc

index 15c61d7166dd97543250903cb29282a32a5e6557..6f174bb8acde75f69d486f1665d3002ebf153390 100644 (file)
@@ -65,6 +65,7 @@ export PAGER="less"
 export LV="-Ia -c"
 export LESS="--quit-if-one-screen -R"
 export GTK_IM_MODULE=uim
+export PERL_BADLANG=0
 
 # darcs
 export DARCS_EMAIL="pho@cielonegro.org"
index 6d8cf6317ad0826970f53e699c46aab4f3c87606..dd762ec5079f9c75255bffe01b8cbc1f86ff5851 100644 (file)
@@ -49,6 +49,10 @@ setopt hist_ignore_space
 setopt inc_append_history
 setopt share_history
 
+function _we_are_in_gnu_screen () {
+    [ "$WINDOW" != "" ]
+}
+
 PROMPT=$'%{\ek\e\\%}%B[%n@%m] %#%b '
 RPROMPT='%U%?%u %U%D{%m/%d}%u %U%D{%T}%u %U%~%u'
 HISTFILE="$HOME/.zhistory"