aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-10 17:55:55 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-10 17:55:55 +0200
commit2b124d1e3e9728b1a550427a8339da7999975741 (patch)
treefa73db276d8229e402e1a525949ab247ab87a686
parentc75c218cead9a2be480b0f47cdb5162d876fedd8 (diff)
downloaddotfiles-2b124d1e3e9728b1a550427a8339da7999975741.tar.xz
zsh: leeloo: profile: add MANPATH
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--zsh/profile-leeloo2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo
index 803745a..be9ae1a 100644
--- a/zsh/profile-leeloo
+++ b/zsh/profile-leeloo
@@ -4,7 +4,6 @@ if (( UID )); then
fi
export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5"${PERL5LIB+:}$PERL5LIB";
- source <(perl -Mlocal::lib="$HOME"/.local)
function {
local envfile="$XDG_RUNTIME_DIR"/ssh-agent.env
@@ -20,6 +19,7 @@ if (( UID )); then
source "$HOME"/misc/grawity/code/kerberos/kc.sh
export MAILDIR="$HOME"/mail
+ export MANPATH="$(manpath)":"$HOME"/.local/share/man
fi
# vim: ft=zsh