]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_zshrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _zshrc
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"