From b5f8ee46f0b8a97ddbe8b21e1605bfe2b41c0cb5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 15:07:04 -0400 Subject: re-jigger to have most everything in XDG directories --- .profile.local | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .profile.local (limited to '.profile.local') 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 -- cgit v1.2.3-2-g168b