diff options
Diffstat (limited to 'zsh/profile-leeloo')
-rw-r--r-- | zsh/profile-leeloo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo index 5059cfe..56618a8 100644 --- a/zsh/profile-leeloo +++ b/zsh/profile-leeloo @@ -10,6 +10,9 @@ 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 |