From ffed83d22ed69ed7be6c172d221cab547650dab5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 10 Mar 2018 15:43:34 +0100 Subject: do not hardcode mail hostname --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/.zshrc') 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 -- cgit v1.2.3