Keep the gradient flowing

Cambiar el color de ls para terminales con fondo oscuro

Por fin encontré la manera para no dejarme la vista intentando distinguir azul oscuro sobre negro. Se trata de añadir el código a tu .bash_profile y los directorios se te colorearán de un verde mucho más legible alias ls='ls --color' LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35' export LS_COLORS