X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=c7c30d0c25ff35c3ab5ac4ee1236dc102121c417;hb=e117f565adb6da0ecbe1756e5c01f3489cfec0a5;hp=3e4263b087985bc670c6e3638c4e07c3352db7a6;hpb=5c03e6e91441c2a3018adba7c1b2624cbdb5f18b;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 3e4263b..c7c30d0 100644 --- a/.bashrc +++ b/.bashrc @@ -1,20 +1,18 @@ -#Shopt options shopt -s checkwinsize shopt -s histappend -#Disable bell -xset -b >/dev/null 2>&1 +. /usr/share/bash-completion/bash_completion -#Variables -export COLORFGBG="default:default" +export TERMINAL=urxvtc export EDITOR=vim +export TERM=screen +export BROWSER=firefox + export HISTFILESIZE=10000 export HISTSIZE=100000 -export PATH=~/home/bin:$PATH -export PYTHONDONTWRITEBYTECODE -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 -export PKG_CONFIG_PATH=/home/marlub/home/lib64/pkgconfig/ + +alias ls='ls --color=auto' +alias grep='grep --color=auto' + +[ ! -s ~/.config/mpd/pid ] && mpd