Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的家用电脑和工作电脑都在运行带有最新更新的 Mountain Lion。
laravel但是,在我的工作计算机上,使用orsymfony-console组件时,我默认无法获得 ansi 输出。我需要使用--ansiswitch 来获取颜色。我正在使用 Solarized Dark 配色方案。
laravel
symfony-console
--ansi
在家用电脑中,我不需要设置--ansi开关。
那么,如何设置默认检测终端 ansi 呢?
注意:我确实尝试添加文件CLICOLOR=1。.bash_profile它不起作用。
CLICOLOR=1
.bash_profile
和你一样,检查后Symfony\Component\Console\Output\StreamOutput。我通过安装 php posix 扩展,sudo yum --enablerepo=remi install php-posix然后默认启用 ansi 颜色!
Symfony\Component\Console\Output\StreamOutput
sudo yum --enablerepo=remi install php-posix