mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
6 lines
203 B
Bash
6 lines
203 B
Bash
if type dircolors &> /dev/null; then
|
|
eval `dircolors ~/.dir_colors`
|
|
fi
|
|
|
|
# Temporary workaround for tab completion LS_COLORS; Issue #1563
|
|
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|