shell.zsh 118 B

1234567
  1. # shell tweaking
  2. if [ -n "$LS_COLORS" ]; then
  3. zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
  4. fi