diff options
author | Camil Staps | 2016-03-17 23:26:20 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 727b4f4995ea8847eb68d88a8cff4ee4bf90bdc2 (patch) | |
tree | c31c8d7d584568f50618c3024cf8b70120f9169a /system | |
parent | Limit windows (diff) |
Source profile in bashrc
Diffstat (limited to 'system')
-rw-r--r-- | system/bashrc.symlink | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/bashrc.symlink b/system/bashrc.symlink index 7105ce1..632cd97 100644 --- a/system/bashrc.symlink +++ b/system/bashrc.symlink @@ -127,3 +127,6 @@ PERL5LIB="/home/camil/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; PERL_LOCAL_LIB_ROOT="/home/camil/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/home/camil/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/camil/perl5"; export PERL_MM_OPT; + +source ~/.profile + |