diff options
| author | 2026-03-04 23:53:57 -0800 | |
|---|---|---|
| committer | 2026-03-04 23:53:57 -0800 | |
| commit | 13da87e2b4663639156d949339469991ed657b0a (patch) | |
| tree | 5cd4f2d85704124a5775f0adaa7090b657a9e9e9 | |
| parent | 28aa34bf8d8965ab3f88b01bf75ce0a7ad56672e (diff) | |
| download | new-dotfiles-13da87e2b4663639156d949339469991ed657b0a.tar.gz new-dotfiles-13da87e2b4663639156d949339469991ed657b0a.zip | |
Disable checking security of zsh completion files
It's dumb, but right now if I don't disable it I get complaints about some of
the symlinks that guix generates.
| -rw-r--r-- | oni/home/config/common.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 8e11b33..21fab2b 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -270,7 +270,7 @@ LocalForward 19999 localhost:19999")) "bindkey -e '^[b' emacs-backward-word\n" "bindkey -e '^[B' emacs-backward-word\n" "autoload -Uz compinit\n" - "compinit\n" + "compinit -u\n" "function pipestr() {\n" " if [[ \"$pipestatus\" != \"0\" ]]; then\n" " echo -n \"[\\033[1;31m${(pj.|.)pipestatus}\\033[0m]\"\n" |
