【发布时间】:2018-01-23 21:25:51
【问题描述】:
【问题讨论】:
-
查看
ls的联机帮助页。可能您的启动文件之一设置了LS_COLORS和别名ls到ls --colors=auto。
【问题讨论】:
ls 的联机帮助页。可能您的启动文件之一设置了LS_COLORS 和别名ls 到ls --colors=auto。
偶然地,我在我的 iTerm-setup 中为可执行文件摆弄颜色时找到了答案。答案是设置这些颜色的不是 Zshell。它是 LSCOLOR 变量,可以在 .bash_profile-file 或 .zshrc-file 中找到。
在此处查看如何更改颜色:Change colors on executable files in the terminal (or iTerm2)
【讨论】: