procmailrc

This commit is contained in:
Frank Villaro-Dixon 2014-02-10 18:19:07 +01:00
parent f18f3148e1
commit 6d17b93b5c
2 changed files with 1 additions and 7 deletions

View file

@ -70,7 +70,7 @@ SED=/bin/sed
* ^From:.*newfrog.*
$SPAMBOX
:0
* ^From:.*FoxNews.com.*
* ^From:.*FoxNews.*
$SPAMBOX
#I don't need-it :D

View file

@ -1,8 +1,5 @@
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
@ -11,8 +8,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
#DWM
export PATH=~/.my_utils/:$PATH
source ~/.bashrc
@ -66,4 +61,3 @@ redshift -l 46:6 || true &
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice