Hi,

This is how to make OpenBSD's colorls show directories bright blue,
instead of dark blue which may be too dark to be readable on some
screens:

     export LSCOLORS="Ex"

As pointed out elsewhere colorls is taken in use as default ls by:

     alias ls="colorls -G"


The colorls port [1] is interesting, its source [2] seems to be a fork
of the BSD codebase's ls dating back to 1980, the man page doesn't
mention any particular authorship, and its code was updated as
recently as this year.

Best regards,
Joseph

[1] https://cvsweb.openbsd.org/ports/sysutils/colorls/

[2] http://shell.uugrn.org/~naddy/ls-6.3.tar.gz

Reply via email to