diff options
author | Yigit Sever | 2019-09-13 15:02:55 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-13 15:02:55 +0300 |
commit | 4c502abc095219c2fcd454c7fa90d05278cbcd94 (patch) | |
tree | d5af66be593d91a80c150f6224577717ee0b1d58 | |
parent | 42f1d2b6ed6907d93a04ef06b9d6b093502a3326 (diff) | |
download | dotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.tar.gz dotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.tar.bz2 dotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.zip |
perl cpan variables
-rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -153,3 +153,9 @@ alias tp='trash-put' | |||
153 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 153 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
154 | 154 | ||
155 | export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" | 155 | export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" |
156 | |||
157 | PATH="/home/yigit/perl5/bin${PATH:+:${PATH}}"; export PATH; | ||
158 | PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; | ||
159 | PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; | ||
160 | PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_MB_OPT; | ||
161 | PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; | ||