summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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;