From 17255ba14cf0e33ad5ff07af73311c9aa5f35d71 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 30 Oct 2024 17:09:02 +0100 Subject: [PATCH] fix completions --- .chezmoitemplates/zshrc_linux.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index ba757cc..84706df 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -123,7 +123,6 @@ export EDITOR=vim alias wezterm='flatpak run org.wezfurlong.wezterm' fpath=(~/.zsh/completion $fpath) -fpath=(~/.docker/completions \\$fpath) autoload -Uz compinit compinit