From 5dacf8bfb03ef185dbdd472f25e28e419ca68c7a Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 26 Jun 2022 21:22:27 +0200 Subject: [PATCH] fish: fix bug not allowing installation on clean box --- install/fish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/fish.sh b/install/fish.sh index 67210f6..ac4b2cc 100755 --- a/install/fish.sh +++ b/install/fish.sh @@ -27,7 +27,7 @@ chsh -s /usr/bin/fish # Plugins -rm ~/.config/fish/functions/fish_prompt.fish # clean existing prompt for pure prompt +rm -f ~/.config/fish/functions/fish_prompt.fish # clean existing prompt for pure prompt cat <