diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-03-10 15:43:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-10 15:43:34 +0100 |
commit | ffed83d22ed69ed7be6c172d221cab547650dab5 (patch) | |
tree | 4fca9550ac256c51a8d0d1fe63cc84fc169479a5 /etc | |
parent | 55e46bab44a1193cd4bf3f5f1326e95b6ce359d1 (diff) |
do not hardcode mail hostname
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ if [[ ${distro} == debian ]] { #{{{ alias dprc='sudo dpkg-reconfigure' } #}}} -if [[ ${HOST} == lastlight ]] #{{{ +if [[ -e ~/mailfilter ]] #{{{ then alias m=mutt |