Y
Hacker News
new
|
ask
|
show
|
jobs
by
nurb
3263 days ago
You can get the same behavior on regular ls using LS_COLORS environment variable like this:
export LS_COLORS='di=01;34m \033'
this is only for directories but... you got the idea.