diff options
author | Félix Sipma <gueux@gueux.org> | 2014-10-29 14:33:10 +0100 |
---|---|---|
committer | Félix Sipma <gueux@gueux.org> | 2014-10-29 14:41:15 +0100 |
commit | 213333b831dfc0582703b9962e19e0e19f366e32 (patch) | |
tree | 8fac36c5dca1149ca82303cdaa5a46fe7f6ab33f | |
parent | 6a1f5655f9522874ed97e49fe3d62d4cfb3ed73e (diff) |
remove R_LIBS from .bash_profile
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 38521cf..d29acc5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -48,7 +48,6 @@ add2Path LD_RUN_PATH "$HOME/lib" "/usr/local/lib" add2Path PERL5LIB "$HOME/lib/perl/lib/perl" "$HOME/lib/perl/share/perl" "$HOME/lib/perl/lib/perl5" "$HOME/share/perl" add2Path CLASSPATH "/usr/share/java/" add2Path PYTHONPATH "$HOME/lib/python2.7/site-packages" -add2Path R_LIBS "$HOME/lib/R" export NPM_PACKAGES="$XDG_DATA_HOME/npm/packages" add2Path NODE_PATH "$NPM_PACKAGES/lib/node_modules" |