Created
October 20, 2019 19:30
-
-
Save DanielHemmati/664fd2cdc54fc46527fced464319ed7a to your computer and use it in GitHub Desktop.
remove background color when use the command ls -la
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval "$(dircolors -p | \ | |
sed 's/ 4[0-9];/ 01;/; s/;4[0-9];/;01;/g; s/;4[0-9] /;01 /' | \ | |
dircolors /dev/stdin)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment