remove slowness of zsh

This commit is contained in:
Alexander Navarro 2025-02-03 14:01:18 -03:00
parent d03df4ba26
commit 8bb8895578

View file

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