check for fc-cache before updating font cache

pull/1/head
Andrew Coleman 2019-01-01 23:10:28 +00:00
parent 23cf9d9c58
commit be7c6afe3f
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ config config status.showUntrackedFiles no
config push --set-upstream origin master
config submodule init
config submodule update
fc-cache -f -v ~/.fonts
which fc-cache && fc-cache -f -v ~/.fonts || true