aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/profile-zorg
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-07 09:43:50 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commita07df1979ede714d7ffa57a5c026a9bb93a039d0 (patch)
treea4572e495e3003ed6ddc39d39fcdfdded0a37056 /zsh/profile-zorg
parent0beec026e9e9d57ee140d1d5ddc245f3ee7e2997 (diff)
downloaddotfiles-a07df1979ede714d7ffa57a5c026a9bb93a039d0.tar.xz
Add grawity/code support back
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/profile-zorg')
-rw-r--r--zsh/profile-zorg5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/profile-zorg b/zsh/profile-zorg
index b9d418b..56618a8 100644
--- a/zsh/profile-zorg
+++ b/zsh/profile-zorg
@@ -10,6 +10,11 @@ if (( UID )); then
fi
}
+ export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5"${PERL5LIB+:}$PERL5LIB";
+ path+=("$HOME"/misc/grawity/code/obj/host."$(hostname)"/
+ "$HOME"/misc/grawity/code/bin)
+ source "$HOME"/misc/grawity/code/kerberos/kc.sh
+
export MAILDIR="$HOME"/mail
fi