Cleaning.
This commit is contained in:
parent
23b9233165
commit
f5bf6f7953
3 changed files with 12 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue