Skip to content

Commit 7c1cfa4

Browse files
committedAug 21, 2015
Tweaks
1 parent 8d5f59b commit 7c1cfa4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.bashrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ getcert() {(
251251
)}
252252

253253
k9rm() {(
254-
for dir in $(find /home/android/Maildir/ -name cur -o -name new -o -name tmp | grep -vw Drafts)
254+
for dir in $(find /home/android/Maildir/ -name cur -o -name new -o -name tmp | grep -vw -e Drafts -e .Notes)
255255
do
256256
for file in $dir/*
257257
do rm -fv $file

‎.bashrc.alcatraz

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export MAIL=/home/mct/mail/inbox
2+
3+
export PATH=$PATH:/home/mct/private-junkdrawer/bin

0 commit comments

Comments
 (0)
Please sign in to comment.