Move some system-specific settings to their corresponding env files

This commit is contained in:
Eryn Wells 2013-08-30 09:21:49 -07:00
parent 076c483a7c
commit c77765dfa2
3 changed files with 20 additions and 22 deletions

5
env.linux Normal file
View file

@ -0,0 +1,5 @@
# vim: set ft=zsh:
# Linux specific environment settings
# Eryn Wells <eryn@erynwells.me>
export MAIL="/var/mail/$USER"