diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-30 00:50:16 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-30 00:50:16 +0100 |
commit | 15bc38edec39279f26969ca4b67126f6e544b831 (patch) | |
tree | c500f84a07c04acce18035b7635e93a2f710f162 /config/essentials/zsh/comp.zsh | |
parent | 0e5e622952fe51588f1537e621c63cbe4a91c136 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh/comp.zsh')
-rw-r--r-- | config/essentials/zsh/comp.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/comp.zsh b/config/essentials/zsh/comp.zsh index 999025f..f0af913 100644 --- a/config/essentials/zsh/comp.zsh +++ b/config/essentials/zsh/comp.zsh @@ -1,7 +1,7 @@ ### Completion # Find most of the stuff at https://github.com/zap-zsh/completions -ZSH_COMPDUMP="$ZDOTDIR"/zcompcache +export ZSH_COMPDUMP="$ZDOTDIR"/zcompcache zmodload zsh/complist zstyle ':compinstall' filename '/home/aluc/.zshrc' @@ -41,7 +41,7 @@ zstyle ':completion:*' keep-prefix true zstyle ':completion:*' menu select fpath=($ZDOTDIR/completions $fpath) -autoload -Uz compinit; compinit -d "$ZSH_COMPDUMP" +autoload -Uz compinit; compinit _dotnet_zsh_complete() { |