Hi T G-R, On Tue, 10 Sep 2019 19:00:41 +0200 Tobias Geerinckx-Rice wrote: > > ran the command "fc-cache -f". It did successfully run, but I > > did not > > see any indication that it did anything. So I ran it > > repeatedly. > > Such is the Unix way. You're supposed to feel the 0 in the air, > or something. To be fair, you can set up the prompt so you can see the status code each time. I have in my ~/.bashrc: export PS1='${?#0} \u@\h \w\$ ' That's a lot less annoying than the default.