From 6473b62bb34caabba4bbc1b483956d60a8f36e7f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 2 Sep 2024 14:10:59 +0300 Subject: [PATCH] install: fc-cache doesn't need to freeze my terminal --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 853ea4bb..ae08181c 100755 --- a/install +++ b/install @@ -160,7 +160,7 @@ if [ -d "$HOME/.shell-things" ]; then ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns $HOME/.local/share/fonts/ fi if hash fc-cache 2> /dev/null; then - fc-cache + (fc-cache &) fi # If the previously mentioned marker is present, include the even more