summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 045bd9c..9192d66 100644
--- a/.bashrc
+++ b/.bashrc
@@ -97,7 +97,9 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
-export TMPDIR="$HOME/tmp"
-daemon emacs --daemon
-daemon sysfiles
-daemon maildirproc
+if [ "$TERM" != dumb ]; then
+ export TMPDIR="$HOME/tmp"
+ daemon emacs --daemon
+ daemon sysfiles
+ daemon maildirproc
+fi