c7c30d0c25ff35c3ab5ac4ee1236dc102121c417
[dotfiles.git] / .bashrc
1 shopt -s checkwinsize
2 shopt -s histappend
3
4 . /usr/share/bash-completion/bash_completion
5
6 export TERMINAL=urxvtc
7 export EDITOR=vim
8 export TERM=screen
9 export BROWSER=firefox
10
11 export HISTFILESIZE=10000
12 export HISTSIZE=100000
13 export HISTCONTROL=ignoreboth
14
15 alias ls='ls --color=auto'
16 alias grep='grep --color=auto'
17
18 [ ! -s ~/.config/mpd/pid ] && mpd