X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=c7c30d0c25ff35c3ab5ac4ee1236dc102121c417;hb=e117f565adb6da0ecbe1756e5c01f3489cfec0a5;hp=55fc625e4cee2273aaf760770380eeaa23d85dd0;hpb=433e6a3a733f3836a0a11dcc710ba441a7bb945b;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 55fc625..c7c30d0 100644 --- a/.bashrc +++ b/.bashrc @@ -1,18 +1,18 @@ shopt -s checkwinsize shopt -s histappend -set -o vi -xset -b >/dev/null 2>&1 -#Variables -export COLORFGBG="default:default" +. /usr/share/bash-completion/bash_completion + +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/lib/python2.7/site-packages -export STCONTROL=ignoreboth -export TERM=screen -export TERMINAL=urxvt -export LD_LIBRARY_PATH=/home/marlub/home/lib64/:/home/marlub/home/lib/ -export PKG_CONFIG_PATH=/home/marlub/home/lib64/pkgconfig/ +export HISTCONTROL=ignoreboth + +alias ls='ls --color=auto' +alias grep='grep --color=auto' + +[ ! -s ~/.config/mpd/pid ] && mpd