update && add script
[cinan.git] / .bash_profile
blob6c588239ec76fb035eb2756e95cc739a08a55547
1 #deluged &
2 export BROWSER="firefox"
3 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
4   startx -- -nolisten tcp -dpi 96 &
5 fi