From 9016b1da9dbfc44ef634e23270067015a38a0d98 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 2 Jan 2012 08:23:11 +0100 Subject: [PATCH] mac fixes --- .zsh.d/S06_exports | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh.d/S06_exports b/.zsh.d/S06_exports index c1da3f7..81d3958 100644 --- a/.zsh.d/S06_exports +++ b/.zsh.d/S06_exports @@ -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 -- 2.39.5