我怎样才能配置Mac终端有颜色ls输出?

我怎样才能配置Mac终端有颜色ls输出? 我正在使用MacOS 10.5


编辑:

~/.bash_profile

要么

~/.profile

并添加以下两行:

export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad

如果您使用黑色背景,则可以使用此选项:

export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx

你可以加

alias ls='ls -G'

到你的~/.bash_profile来获得彩色的ls输出。


我发现我所需要的只是将它添加到我的~/.bash_profile

export CLICOLOR=1
链接地址: http://www.djcxy.com/p/87973.html

上一篇: How can I configure Mac Terminal to have color ls output?

下一篇: can one include `templates` in a html file similar to css?