diff options
author | Yigit Sever | 2019-07-09 15:25:02 +0300 |
---|---|---|
committer | Yigit Sever | 2019-07-09 15:25:02 +0300 |
commit | 3818c7d9ee68d228287663cda6a52458778b9713 (patch) | |
tree | 75543d97817acc99bf87d1e1c88f93c7a71aac3e /.zshrc | |
parent | 58dfd563ea53dc1bf57018e9ff72fda6f1b9702a (diff) | |
download | dotfiles-3818c7d9ee68d228287663cda6a52458778b9713.tar.gz dotfiles-3818c7d9ee68d228287663cda6a52458778b9713.tar.bz2 dotfiles-3818c7d9ee68d228287663cda6a52458778b9713.zip |
perl was acting up
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -128,13 +128,6 @@ mkcdir () { | |||
128 | cd -P -- "$1" | 128 | cd -P -- "$1" |
129 | } | 129 | } |
130 | 130 | ||
131 | PATH="/home/yigit/perl5/bin${PATH+:}${PATH}"; export PATH; | ||
132 | PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; | ||
133 | PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; | ||
134 | PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_M_OPT; | ||
135 | PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; | ||
136 | PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; | ||
137 | |||
138 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 131 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC |
139 | 132 | ||
140 | export GPG_TTY=$(tty) | 133 | export GPG_TTY=$(tty) |