Skip to content

Instantly share code, notes, and snippets.

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