diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-18 20:12:25 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:09 -0400 |
commit | 33360638fb7a8783e4e16629a788da814ce4974f (patch) | |
tree | 6f7a60b6f96fa07627cf7c2302826ac36a657d02 /.zshrc | |
parent | Merged in lambda's .zshrc (diff) |
Handle path to msmtp
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ export CCACHE_DIR=/ccache #export HTTP_PROXY="http://localhost:3128/" export MANWIDTH=80 export MANOPT="-L en" -export BTS_SENDMAIL_COMMAND="/usr/bin/msmtp" +export BTS_SENDMAIL_COMMAND="MSMTP_PATH" export PYTHONSTARTUP=~/.pythonrc.py alias apt-upgrade='sudo apt-get update && sudo aptitude dist-upgrade' |