Skip to content

Instantly share code, notes, and snippets.

@DanielHemmati
Created October 20, 2019 19:30
Show Gist options
  • Save DanielHemmati/664fd2cdc54fc46527fced464319ed7a to your computer and use it in GitHub Desktop.
Save DanielHemmati/664fd2cdc54fc46527fced464319ed7a to your computer and use it in GitHub Desktop.
remove background color when use the command ls -la
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