瀏覽代碼

--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}"


Loading…
取消
儲存