6 ms·
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
by nurb 9y 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.