aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/profile-leeloo
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-11 23:11:58 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-11 23:11:58 +0200
commit7f37ec99c70152baf6c7eefec2901b34a11226c0 (patch)
tree79bc9f7396847e943def311d630bb3339dd353c7 /zsh/profile-leeloo
parent9b1c49e94726a5ae85db89a211c8ebf3290fe87c (diff)
downloaddotfiles-7f37ec99c70152baf6c7eefec2901b34a11226c0.tar.xz
zsh: merge environ-leeloo into profile-leeloo
Diffstat (limited to 'zsh/profile-leeloo')
-rw-r--r--zsh/profile-leeloo8
1 files changed, 7 insertions, 1 deletions
diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo
index c74e1f7..2003877 100644
--- a/zsh/profile-leeloo
+++ b/zsh/profile-leeloo
@@ -1,3 +1,9 @@
+export LD_PRELOAD="$HOME"/.local/lib/libwcwidth.so
+
+source "$HOME"/misc/grawity/code/kerberos/kc.sh
+
+export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5
+
function {
local envfile="$XDG_RUNTIME_DIR"/gpg-agent.env
if [[ -e "$envfile" ]] && kill -0 $(cut -d':' -f2 <"$envfile") &>/dev/null; then
@@ -20,4 +26,4 @@ function {
fi
}
-# vim: ft=zsh:
+# vim: ft=zsh