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 ~}}