"vscode:/vscode.git/clone" did not exist on "5f62d2c183f93ef02b79675c6a51950cb530dfcb"
Commit c1444a96 authored by Matthew Donoughe's avatar Matthew Donoughe
Browse files

should probably use the value of CASE_INSENSITIVE

parent cea6040c
......@@ -14,7 +14,7 @@ compinit
zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion
if [ "$CASE_SENSITIVE" ]; then
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
unset CASE_SENSITIVE
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment