mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-01 00:54:51 +01:00
Compare commits
2 Commits
da9cb0c3ac
...
407d693949
Author | SHA1 | Date | |
---|---|---|---|
|
407d693949 | ||
|
c86072f32a |
6
zshrc
6
zshrc
@ -57,3 +57,9 @@ if [[ -d $HOME/.jan ]]; then
|
|||||||
source "$HOME/.jan/credentials"
|
source "$HOME/.jan/credentials"
|
||||||
source "$HOME/.jan/zsh_options"
|
source "$HOME/.jan/zsh_options"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
PATH="/Users/jan/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
||||||
|
PERL5LIB="/Users/jan/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
|
||||||
|
PERL_LOCAL_LIB_ROOT="/Users/jan/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
|
||||||
|
PERL_MB_OPT="--install_base \"/Users/jan/perl5\""; export PERL_MB_OPT;
|
||||||
|
PERL_MM_OPT="INSTALL_BASE=/Users/jan/perl5"; export PERL_MM_OPT;
|
||||||
|
Loading…
Reference in New Issue
Block a user