summaryrefslogtreecommitdiff
path: root/.profile.local
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 15:07:04 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 15:07:04 -0400
commitb5f8ee46f0b8a97ddbe8b21e1605bfe2b41c0cb5 (patch)
treee9b3c2b27b340114c1e4a86c82accdef10b62a25 /.profile.local
parentb19688516c68862bdb24839e568f1e74947b7fa2 (diff)
re-jigger to have most everything in XDG directories
Diffstat (limited to '.profile.local')
-rw-r--r--.profile.local11
1 files changed, 0 insertions, 11 deletions
diff --git a/.profile.local b/.profile.local
deleted file mode 100644
index 25b322b..0000000
--- a/.profile.local
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Start background programs ##########################################
-if [ -x "`which daemon`" ]; then
- daemon -i maildirproc.att maildirproc
- daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc
- daemon batterymon 20 "
- amixer sset Master unmute 100%;
- espeak 'PLUG ME IN';
- sleep .2;"
-fi