소스 검색

fix bug: do not run xrandr when isdarwin

pull/1/head
10sr 12 년 전
부모
커밋
1848485538
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc 파일 보기

@@ -400,10 +400,10 @@ echo "Japanese letters are 表示可能"

safe-cmd diskinfo

isdarwin || test -n "${DESKTOP_SESSION}" && type xrandr >/dev/null 2>&1 && {
! isdarwin && test -n "${DESKTOP_SESSION}" && type xrandr >/dev/null 2>&1 && {
xrandr | grep --color=never ^Screen
}

iswindows || safe-cmd finger $USER
! iswindows && safe-cmd finger $USER
LANG=C safe-cmd id


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