소스 검색

add function x, modify document

pull/1/head
10sr 12 년 전
부모
커밋
22ee46031b
2개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      README.txt
  2. +8
    -0
      bashrc

+ 5
- 1
README.txt 파일 보기

@@ -8,5 +8,9 @@

~/.xinitrc <= startx (~/.config/openbox/autostart also executed)
|
`--~/.dotfiles/xinitrc
`--openbox-session
|
|--~/.dotfiles/xprofile
|
`--~/.dotfiles/xprograms


+ 8
- 0
bashrc 파일 보기

@@ -143,6 +143,14 @@ showinfo(){
__try_exec xset q
}

x(){
if [[ -z $DISPLAY ]] && ! [[ -e /tmp/.X11-unix/X0 ]] && (( EUID )); then
nohup startx >~/.xorg.log 2>&1 &
else
echo "X cant be started! Maybe another X is already started!" 1>&2
fi
}

export __MYGITBAREREP="${HOME}/dbx/.git-bare"
git-make-local-rep(){
test $# -eq 0 && {


불러오는 중...
취소
저장