add to $PATH
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 9 Aug 2019 11:54:51 +0000 (21:54 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 9 Aug 2019 11:54:51 +0000 (21:54 +1000)
zsh/.zshrc
index 96b81b522ab5b852e5b40b578f1b91b2c449366b..b854d851ac73a28e1884dff16e0877037f29763b 100755 (executable)
@@ -1,6 +1,12 @@
 export ZSH=/home/andrew/.oh-my-zsh
 export PATH=~/scripts:$PATH
 export PATH=/home/andrew/.local/bin:$PATH
+export PATH="/home/andrew/perl5/bin${PATH:+:${PATH}}"
+export PATH=/opt/chemaxon/marvinsuite:$PATH
+export PERL5LIB="/home/andrew/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"
+export PERL_LOCAL_LIB_ROOT="/home/andrew/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"
+export PERL_MB_OPT="--install_base \"/home/andrew/perl5\""
+export PERL_MM_OPT="INSTALL_BASE=/home/andrew/perl5"
 
 # ---
 # Keybinds
@@ -58,3 +64,4 @@ alias wolf="wolframscript -code"
 
 # jpeg compression alias (usage: jcomp in.jpg out.jpg)
 alias jcomp="convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85%"
+