mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-10-31 16:44:50 +01:00
Slightly adjust prompt
This commit is contained in:
parent
c852b31a9d
commit
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