mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 10:49:24 +01:00
install: fc-cache doesn't need to freeze my terminal
This commit is contained in:
parent
3d17e9666d
commit
6473b62bb3
2
install
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user