From e399112aaa367e2eedeea5989ccf6fe727d43893 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 11 Nov 2023 18:53:15 +0100 Subject: [PATCH] add shellfish support --- .chezmoitemplates/zshrc_linux.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index f9ae26d..2ae8fb1 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -129,4 +129,4 @@ export EDITOR=vim eval "$(starship init zsh)" -est -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" +test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"