Created
October 19, 2018 19:04
-
-
Save ichn-hu/1a7bf1f1f923b34abb2c1fb5d4b8ecc5 to your computer and use it in GitHub Desktop.
Remove nasty background color of zsh on WSL
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