summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:38:48 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:38:48 -0400
commita0b1f63e780eac788077ccad8c80dffc60fc8b3f (patch)
tree829a8a6954d01d8a6e3314dc4a9f1a10fe437b7a
parent8ca396d90d2f93506b2aa5a10143aadd2284c55d (diff)
.profile.local: fix for not executing from $HOME
-rw-r--r--.profile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile.local b/.profile.local
index 4ee523a..cd45884 100644
--- a/.profile.local
+++ b/.profile.local
@@ -3,7 +3,7 @@
# Start background programs ##########################################
if [ -x "`which daemon`" ]; then
daemon -i maildirproc.att maildirproc
- daemon -i maildirproc.purdue maildirproc -r .maildirproc/purdue.rc
+ daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc
daemon batterymon 20 "
pactl set-sink-volume 0 100%;
pactl set-sink-mute 0 0;