summaryrefslogtreecommitdiff
path: root/.profile.local
diff options
context:
space:
mode:
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