mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-27 12:40:59 +01:00
Compare commits
No commits in common. "407d6939495a2c4e9baffa7c327325bd53412402" and "da9cb0c3acf6f4bd1c6dd472f68f1875866e1cc7" have entirely different histories.
407d693949
...
da9cb0c3ac
6
zshrc
6
zshrc
@ -57,9 +57,3 @@ 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