From 406c23021082df29eec880fb02d0a59b000b1c23 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 26 Sep 2022 10:40:37 +0300 Subject: [PATCH] Add missing endif to template --- home/.config/zsh/03-plugins.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/zsh/03-plugins.zsh b/home/.config/zsh/03-plugins.zsh index c86e0fb..2e7f65a 100644 --- a/home/.config/zsh/03-plugins.zsh +++ b/home/.config/zsh/03-plugins.zsh @@ -52,3 +52,4 @@ source /usr/share/fzf/completion.zsh eval $(TF_SHELL=zsh thefuck --alias) {%@@ else @@%} eval $(thefuck --alias) +{%@@ endif @@%}