浏览代码

fix ls alias

pull/1/head
10sr 12 年前
父节点
当前提交
bf0157e7a1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc 查看文件

@@ -71,9 +71,9 @@ echo
# some aliases and functions

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

alias ls="ls -hCF${_coloroption}"
iswindows || alias ls="ls --time-style=long-iso"
alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS=""
alias grep="grep -n${_coloroption}"
# alias ll="ls -l"


正在加载...
取消
保存