changed case sensitivity for code completion

This commit is contained in:
tracer 2019-12-08 14:42:27 +01:00
parent 71aeb2f2a7
commit 43b94c7414
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -17,7 +17,7 @@ ZSH_THEME="gnzh"
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.