diff --git a/.bashrcd/bashrc_export b/.bashrcd/bashrc_export index eee31e0..62705bf 100644 --- a/.bashrcd/bashrc_export +++ b/.bashrcd/bashrc_export @@ -1,8 +1,6 @@ # Used "$HOME" instead of "~" because python doesn't use very well enviroment # variables with "~" character. export PATH="$HOME/.local/bin:/usr/sbin:/sbin:$PATH" -export EDITOR=vim # svn uses this when doing new files/dirs commit -export PYTHONPATH=$HOME/.local/lib/python/site-packages:$HOME/local/lib/python2.7/site-packages:$PYTHONPATH export LD_LIBRARY_PATH=$HOME/.local/lib/:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig/:$PKG_CONFIG_PATH export PYTHONSTARTUP=~/.pythonstartup