ソースを参照

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


読み込み中…
キャンセル
保存