Cleaning.

This commit is contained in:
Bartek Stalewski 2024-09-30 00:57:55 +02:00
parent 23b9233165
commit f5bf6f7953
No known key found for this signature in database
3 changed files with 12 additions and 39 deletions

View file

@ -36,11 +36,7 @@ fpath=(~/.local/git/zsh_modules/wd $fpath)
# theme and colors
if [[ $(command -v vivid) ]]; then
if [[ "${macos_interface_style}" = "Dark" ]]; then
export LS_COLORS=$(vivid generate molokai)
else
export LS_COLORS=$(vivid generate ayu)
fi
export LS_COLORS=$(vivid generate molokai)
else
unset LS_COLORS
fi