update bash_profile, Terminal, vim
[cinan.git] / .bash_profile
blob5c4a37c4d5fe593faa15f508548b86f0363c3387
1 #deluged &
2 export BROWSER="firefox"
3 alsactl restore &
4 run_once mpd &>/dev/null &
6 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
7   startx -- -nolisten tcp -dpi 96 &
8 fi