Ignore errors if fc-list doesn't exist

This commit is contained in:
Evie Litherland-Smith 2023-06-02 10:01:00 +01:00
parent c6960a1a74
commit f9dafded9a

View file

@ -6,7 +6,7 @@ FONTS_DIR := $(HOME)/.fonts
default:
command -v nvim > /dev/null || make nvim
command -v direnv > /dev/null || make direnv
fc-list | grep -iE "(fira.*code)*(nerd.*font)" > /dev/null || make firacode
-fc-list | grep -iE "(fira.*code)*(nerd.*font)" > /dev/null || make firacode
clean:
-rm -rf $(HOME)/.local/share/nvim