summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-09-13 15:02:55 +0300
committerYigit Sever2019-09-13 15:02:55 +0300
commit4c502abc095219c2fcd454c7fa90d05278cbcd94 (patch)
treed5af66be593d91a80c150f6224577717ee0b1d58 /.zshrc
parent42f1d2b6ed6907d93a04ef06b9d6b093502a3326 (diff)
downloaddotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.tar.gz
dotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.tar.bz2
dotfiles-4c502abc095219c2fcd454c7fa90d05278cbcd94.zip
perl cpan variables
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 2c1ceaa..88a059a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -153,3 +153,9 @@ alias tp='trash-put'
153[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 153[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
154 154
155export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" 155export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json"
156
157PATH="/home/yigit/perl5/bin${PATH:+:${PATH}}"; export PATH;
158PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
159PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
160PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_MB_OPT;
161PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT;