Favourite LS_COLORS
Just wanna have my script files (Python script, Shell script) shows color in ls:
LS_COLORS=$LS_COLORS:'*.py=0;94:*.sh=0;94' ; export LS_COLORS
Just wanna have my script files (Python script, Shell script) shows color in ls:
LS_COLORS=$LS_COLORS:'*.py=0;94:*.sh=0;94' ; export LS_COLORS
Comments
Post a Comment