diff options
| author | Zach Smith <zsmith@newhopechurch.tv> | 2025-03-13 13:49:43 -0500 |
|---|---|---|
| committer | Zach Smith <zsmith@newhopechurch.tv> | 2025-03-13 13:49:43 -0500 |
| commit | f87ded6f168c156b3bc71a8c4733c5eeafeb311c (patch) | |
| tree | da55a08afe87d9a9a19c187be09449946ad1aabc | |
| parent | 5fb45814cbb6ab38adbff7c952339c1da3580731 (diff) | |
Use compinit -u
| -rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,6 +57,10 @@ export KEYTIMEOUT=1 fpath+="$XDG_CONFIG_HOME/zsh/zfunc" +autoload -Uz compinit + +alias compinit='compinit -u' + if [ -n "$ZPLUG_INSTALLED" ]; then # zsh history substring search zplug "zsh-users/zsh-history-substring-search", as:plugin @@ -75,7 +79,6 @@ if [ -n "$ZPLUG_INSTALLED" ]; then zplug load fi -autoload -Uz compinit compinit #zprof |
