feat(zsh): use vivid to generate LS_COLORS
This commit is contained in:
parent
68d0452536
commit
75b64d8316
1 changed files with 10 additions and 0 deletions
10
zsh/.config/zsh/source/colours.zsh
Normal file
10
zsh/.config/zsh/source/colours.zsh
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# colours
|
||||||
|
#
|
||||||
|
|
||||||
|
# generate themed colours (solarized-dark)
|
||||||
|
if command -v vivid &> /dev/null; then
|
||||||
|
export LS_COLORS="$(vivid generate solarized-dark)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|
Loading…
Reference in a new issue