diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:15:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:15:15 -0400 |
commit | 66c49d111ad965ed0b1d58adc70f626e6124275a (patch) | |
tree | f07fd83a60ca1beec8bdeed68f3d9f48aa1191ae /.bashrc | |
parent | d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff) |
I should do a better job of making sure things work first.
* .profile: move daemon-starting commands back into...
* .bashrc:
* Makefile: fix errors
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,3 +98,6 @@ if [ -f /etc/bash_completion ]; then fi export TMPDIR="$HOME/tmp" +daemon emacs --daemon +daemon sysfiles +daemon maildirproc |