diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index b26a9b1..c65c961 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -1,6 +1,7 @@ { lib, pkgs, ... }: { programs.zsh.enable = true; + programs.zsh.enableCompletion = false; home.shell.enableZshIntegration = true; home.file = diff --git a/home/standalone/.zsh.d/grml-zshrc b/home/standalone/.zsh.d/grml-zshrc index 0e83c97..2c18268 100644 --- a/home/standalone/.zsh.d/grml-zshrc +++ b/home/standalone/.zsh.d/grml-zshrc @@ -1644,7 +1644,7 @@ bind2maps emacs viins vicmd -- -s '\e'${key[Left]} backward-word zrcautoload zmv # zrcautoload zed # o4: 禁用 zed, 和 zed editor 的 cli binary name 撞车了 -unset -f zed +# unset -f zed # we don't want to quote/espace URLs on our own... # if autoload -U url-quote-magic ; then diff --git a/hosts/hypnos/configuration.nix b/hosts/hypnos/configuration.nix index a879edc..45590b5 100644 --- a/hosts/hypnos/configuration.nix +++ b/hosts/hypnos/configuration.nix @@ -11,6 +11,7 @@ time.timeZone = "Asia/Shanghai"; programs.zsh.enable = true; + programs.zsh.enableGlobalCompInit = false; users.users.origami = { home = "/Users/origami";