summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:27:27 +0200
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:27:27 +0200
commite254a7c87ff4145f83ecacc98f8e4256b404b088 (patch)
treebfc58fdce68abb35bfa76ad2232c19d7f4093e22 /10_Environment.zsh
parentc3f881565bce9b145937b63d6b0e9fa027c581ed (diff)
parent459669b7cc58abf3958e16d2df7998c1cad8e02d (diff)
Merge remote-tracking branch 'origin/master'
Conflicts: 01_Internal.zsh
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 658b362..ce82154 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -94,7 +94,7 @@ HISTSIZE=$(( $SAVEHIST * 1.10 ))
export GPG_TTY=`tty`
# YeahConsole..
-if ( ps x | grep $$ -B1 | grep -q yeahconsole )
+if ( ps x 2>&- | grep $$ -B1 | grep -q yeahconsole )
then
_yeahconsole=true
fi