X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=zsh%2Fzshrc;h=3c07c11514830479b4d77dcf2d96350ba6bfcf11;hb=3a9109b5afed134cd50d9e89a5a38eab84bbfdf7;hp=5a11798c476c870aa081403457a1cf47963bc4ab;hpb=ea46480fcd0ec6027ce8404e08121c98d1b2b5f2;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index 5a11798..3c07c11 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -257,3 +257,18 @@ export MANPATH=$MANPATH:/usr/local/man # https://github.com/Valloric/YouCompleteMe/issues/18 #export DYLD_FORCE_FLAT_NAMESPACE=1 +## appended by cpan initializaion +PATH="/Users/peli3/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/Users/peli3/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/Users/peli3/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/Users/peli3/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/Users/peli3/perl5"; export PERL_MM_OPT; + + + + +export MANPATH=$MANPATH:${HOME}/perl5/man + +export PATH=$PATH:"${HOME}/scripts" +## hunspell path +export DICPATH="/usr/local/share/hunspell/"