check for fc-cache before updating font cache
parent
23cf9d9c58
commit
be7c6afe3f
|
@ -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 New Issue