瀏覽代碼

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"


Loading…
取消
儲存