We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b527e2 commit bec20f8Copy full SHA for bec20f8
crates/completest-pty/src/lib.rs
@@ -74,7 +74,7 @@ impl ZshRuntime {
74
let config_path = home.join(".zshenv");
75
let config = "\
76
fpath=($fpath $ZDOTDIR/zsh)
77
-autoload -U +X compinit && compinit
+autoload -U +X compinit && compinit -u # bypass compaudit security checking
78
precmd_functions=\"\" # avoid the prompt being overwritten
79
PS1='%% '
80
PROMPT='%% '
0 commit comments