소스 검색

ls of darwin dont accept --color and --time-style option

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

+ 2
- 2
bashrc 파일 보기

@@ -73,8 +73,8 @@ echo
###################################
# some aliases and functions

test "$TERM" == dumb || _coloroption=" --color=always"
iswindows || _timeoption=" --time-style=long-iso"
isdarwin || test "$TERM" == dumb || _coloroption=" --color=always"
isdarwin || iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS=""


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