update mpi dotfiles
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 5d220d7..3e4263b 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,6 +1,8 @@
+#Shopt options
 shopt -s checkwinsize
 shopt -s histappend
-set -o vi
+
+#Disable bell
 xset -b >/dev/null 2>&1
 
 #Variables
@@ -10,8 +12,8 @@ export HISTFILESIZE=10000
 export HISTSIZE=100000
 export PATH=~/home/bin:$PATH
 export PYTHONDONTWRITEBYTECODE
-export PYTHONPATH=~/home/lib/python2.7/site-packages
-export STCONTROL=ignoreboth
+export PYTHONPATH=/home/marlub/home/lib/python2.7/site-packages:/home/marlub/home/lib64/python2.7/site-packages
+export HISTCONTROL=ignoreboth
 export TERM=screen
 export TERMINAL=urxvt
 export LD_LIBRARY_PATH=/home/marlub/home/lib64/:/home/marlub/home/lib/:/home/marlub/home/include