summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/comp.zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-30 00:50:16 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-30 00:50:16 +0100
commit15bc38edec39279f26969ca4b67126f6e544b831 (patch)
treec500f84a07c04acce18035b7635e93a2f710f162 /config/essentials/zsh/comp.zsh
parent0e5e622952fe51588f1537e621c63cbe4a91c136 (diff)
checkpoint
Diffstat (limited to 'config/essentials/zsh/comp.zsh')
-rw-r--r--config/essentials/zsh/comp.zsh4
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()
{