Created
November 1, 2023 21:12
-
-
Save Yousuf28/de083ede212f3718d1ac491892bdbd2c to your computer and use it in GitHub Desktop.
remove background color WSL terminal ls command
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
#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