fixed carapace
This commit is contained in:
@@ -44,9 +44,10 @@
|
|||||||
};
|
};
|
||||||
zshrc.content = ''
|
zshrc.content = ''
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
# export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
|
export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
|
||||||
zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'
|
zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'
|
||||||
source <(${lib.getExe pkgs.carapace} _carapace)
|
source <(${lib.getExe pkgs.carapace} _carapace)
|
||||||
|
zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||||
|
|
||||||
setopt NO_CASE_GLOB
|
setopt NO_CASE_GLOB
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user