diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
commit | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (patch) | |
tree | fbf807aae15c4f3eb467f1475f2329c8709d0e24 /config/essentials/zsh | |
parent | 0a69f01a5f7f67bd771fd983aa8ba4146cbafcc8 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/comp.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/zsh/comp.zsh b/config/essentials/zsh/comp.zsh index 7cded53..538d697 100644 --- a/config/essentials/zsh/comp.zsh +++ b/config/essentials/zsh/comp.zsh @@ -42,6 +42,8 @@ zstyle ':completion:*' menu select fpath=($ZDOTDIR/completions $fpath) autoload -Uz compinit; compinit +autoload -U +X bashcompinit && bashcompinit +complete -C /usr/bin/syncthing syncthing _dotnet_zsh_complete() { |