mac fixes
authorPenny Leach <penny@mjollnir.org>
Mon, 2 Jan 2012 07:23:11 +0000 (08:23 +0100)
committerPenny Leach <penny@mjollnir.org>
Mon, 2 Jan 2012 07:23:11 +0000 (08:23 +0100)
.zsh.d/S06_exports

index c1da3f7fa7d2414df8c127f5221f97653b78de72..81d39589a075c64a0245f2f00b11b9254b369d71 100644 (file)
@@ -1,4 +1,4 @@
-export PATH=$PATH:/home/penny/bin/
+export PATH=$PATH:~/bin/:/opt/local/bin:/sw/bin:/sw/sbin
 export DEBFULLNAME='Penny Leach'
 export DEBEMAIL=penny@mjollnir.org
 export GIT_AUTHOR_NAME='Penny Leach'
@@ -9,6 +9,7 @@ export TZ=Europe/Zurich
 export MAIL=~/Maildir/sgn/INBOX
 export MAILPATH=$MAIL
 export COLORFGBG="default;default"
+export LANG=en_NZ.UTF-8
 
 
 # vim:ft=zsh