summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2015-04-17 16:42:41 +0200
committerHugues Hiegel <hugues@hiegel.fr>2015-04-17 16:42:41 +0200
commitc94e1368e754c1345c9213b700420e468fdc13fa (patch)
tree456e86610c838515b370c17668f381419ac4c5a4 /10_Environment.zsh
parent6813d7633ca9333c837812a41bdd8411760a59d0 (diff)
Merged from Anevia.
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 c793d3c..6d33610 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