Skip to content

Instantly share code, notes, and snippets.

@Yousuf28
Created November 1, 2023 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yousuf28/de083ede212f3718d1ac491892bdbd2c to your computer and use it in GitHub Desktop.
Save Yousuf28/de083ede212f3718d1ac491892bdbd2c to your computer and use it in GitHub Desktop.
remove background color WSL terminal ls command
#Change ls colours
LS_COLORS="ow=01;36;40" && export LS_COLORS
#make cd use the ls colours
zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"
autoload -Uz compinit
compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment