소스 검색

--color=auto

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

+ 1
- 1
bashrc 파일 보기

@@ -89,7 +89,7 @@ echo
###################################
# some aliases and functions

( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=always"
( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=auto"
( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}${_timeoption}"


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