diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-20 01:25:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-20 01:25:36 -0400 |
commit | d052487a09ed53cbdedd4d55fb6d548a0a30a1af (patch) | |
tree | 996eaf853419241178c709c9e7cfe704c99e5785 /.bashrc | |
parent | 7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 (diff) |
This is what happens after about 2 weeks of using Parabola.
Note that .bashrc is increasing it's reliance on "thingutils"
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -96,3 +96,9 @@ fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi + +export TMPDIR="$HOME/tmp" + +daemon emacs --daemon +daemon sysfiles +daemon maildirproc |