How to set colors for ls command in linux
LS_COLORS is an bash environment variable to set the color of the files listed in bash environment with ls command.
for current LS_COLORS variable definition, you can see with echo command
echo $LS_COLORS
You need to define LS_COLORS variable with v...
sureshsaragadam.hashnode.dev1 min read