我的家庭和工作電腦都運行Mountain Lion w/latest update。使iterm默認顯示ansi
但是,在我的工作計算機上,當使用laravel
或symfony-console
組件時,我無法默認獲取ansi輸出。我需要使用--ansi
開關來獲取顏色。我正在使用Solarized Dark配色方案。
在家用電腦上,我不需要設置--ansi
開關。
那麼,我怎麼設置默認檢測終端的ansi?
注意:我曾嘗試在.bash_profile
文件中添加CLICOLOR=1
。它不起作用。
即時通訊在這裏有同樣的問題。 – samsamm777
看看Symfony \ Component \ Console \ Output \ StreamOutput中的'hasColorSupport()'方法。 – Ryan