summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-15 08:00:11 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-15 08:00:11 -0500
commitebc4f813d517d44ddf7440fd8043c5d41adf8932 (patch)
tree9697e7c5351dc7d4c93a960982de93291d2312cb /.bashrc
parent5257c5fdd016833b86bf2d826ff9e30a1c15bd57 (diff)
parent86e56415e8c8081c99b99209182a6b5b34361d74 (diff)
Merge branch 'master' into identica-mode-1.2
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 2 insertions, 5 deletions
diff --git a/.bashrc b/.bashrc
index c4e4c64..2c5b611 100644
--- a/.bashrc
+++ b/.bashrc
@@ -96,9 +96,6 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
-if [ "$TERM" != dumb ]; then
- export TMPDIR="$HOME/tmp"
- daemon emacs --daemon
- daemon sysfiles
- daemon maildirproc
+if [ -f "$HOME/.login-daemons" ]; then
+ . "$HOME/.login-daemons"
fi