소스 검색

add --hide option

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

+ 2
- 1
bashrc 파일 보기

@@ -91,8 +91,9 @@ echo

( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=auto"
( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso"
( ! with_coreutils && isdarwin ) || _hideoption=" --hide=[A-Z]*"

alias ls="ls -hCF${_coloroption}${_timeoption}"
alias ls="ls -hCF${_coloroption}${_timeoption}${_hideoption}"
# export GREP_OPTIONS=""
alias grep="grep -n${_coloroption}"
iswindows && alias grep="grep -n"


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