X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=.bashrc;h=4886f331247c597ec03d1078dcd4f4fbafc37f60;hb=255090fd2c6f2e4f02ff5c35c473ffff985e1dcb;hp=5d220d7770268ef999a091acceb5c04e315747f0;hpb=c2576b3367457831bd41de24543b4b68d54ae62a;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 5d220d7..4886f33 100644 --- a/.bashrc +++ b/.bashrc @@ -1,8 +1,14 @@ +#Shopt options shopt -s checkwinsize shopt -s histappend -set -o vi + +#Disable bell xset -b >/dev/null 2>&1 +#Set vim mode and macros +set -o vi +bind '"\es":"0isudo $a"' + #Variables export COLORFGBG="default:default" export EDITOR=vim @@ -11,7 +17,7 @@ export HISTSIZE=100000 export PATH=~/home/bin:$PATH export PYTHONDONTWRITEBYTECODE export PYTHONPATH=~/home/lib/python2.7/site-packages -export STCONTROL=ignoreboth +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