repo.or.cz
/
cinan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update bash_profile, Terminal, vim
[cinan.git]
/
.bash_profile
blob
5c4a37c4d5fe593faa15f508548b86f0363c3387
1
#deluged &
2
export BROWSER="firefox"
3
alsactl restore &
4
run_once mpd &>/dev/null &
5
6
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
7
startx -- -nolisten tcp -dpi 96 &
8
fi