summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-03-10 15:43:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-03-10 15:43:34 +0100
commitffed83d22ed69ed7be6c172d221cab547650dab5 (patch)
tree4fca9550ac256c51a8d0d1fe63cc84fc169479a5
parent55e46bab44a1193cd4bf3f5f1326e95b6ce359d1 (diff)
do not hardcode mail hostname
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index ddbb017..f9ade8b 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -482,7 +482,7 @@ if [[ ${distro} == debian ]] { #{{{
alias dprc='sudo dpkg-reconfigure'
} #}}}
-if [[ ${HOST} == lastlight ]] #{{{
+if [[ -e ~/mailfilter ]] #{{{
then
alias m=mutt