X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=3e4263b087985bc670c6e3638c4e07c3352db7a6;hb=e76bb6b0b3d038c6800fddd4865e95cc1fc8f87d;hp=5d220d7770268ef999a091acceb5c04e315747f0;hpb=c2576b3367457831bd41de24543b4b68d54ae62a;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 5d220d7..3e4263b 100644 --- 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