回答:
他のソリューションの包括的な選択肢:
もし[ $ (これはdircolorsは)] 、その後であれば、[ - R 〜/。dircolors ] then eval "$(dircolors -b〜/ .dircolors)" else eval "$(dircolors -b)" fi export color_support = true fi
さらに、ls
やなどの一般的なコマンドで色を有効にできますgrep
。
if [ "$ color_support" = true ] then エイリアスls = "ls --color = auto" エイリアスgrep = "grep --color = auto" fi