summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-11 15:19:25 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-11 15:19:25 -0500
commita46c5c23b26cf149065bd516a781bc66535d8bcf (patch)
tree1d89b52f2bb31c33420d5ac66b43dd50397a18a1 /.bashrc
parentb273cc64b722c2a46befa65ed0e389d60bd83b2e (diff)
move daemon-starting into a separate file, do it in .profile (and .bashrc)
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