From 8bb8895578e6f7edae759f0a11911ca737c00cb1 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 3 Feb 2025 14:01:18 -0300 Subject: [PATCH] remove slowness of zsh --- config/zsh/zprofile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/zsh/zprofile b/config/zsh/zprofile index e57de87..701ed71 100644 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -54,10 +54,6 @@ source "$HOME/.rye/env" update_path "$HOME/.cargo/bin/" {{ /if }} -{{ #if (is_executable "tofu") }} -complete -o nospace -C /usr/bin/tofu tofu -{{ /if }} - {{~ #if (eq (env_var "OS") "macos") }} eval "$(/opt/homebrew/bin/brew shellenv)" {{ /if ~}}