check for fc-cache before updating font cache
This commit is contained in:
parent
23cf9d9c58
commit
be7c6afe3f
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ config config status.showUntrackedFiles no
|
||||||
config push --set-upstream origin master
|
config push --set-upstream origin master
|
||||||
config submodule init
|
config submodule init
|
||||||
config submodule update
|
config submodule update
|
||||||
fc-cache -f -v ~/.fonts
|
which fc-cache && fc-cache -f -v ~/.fonts || true
|
||||||
|
|
Reference in a new issue