From 43b94c7414e2d39e4cda40330fa4df5c929164d6 Mon Sep 17 00:00:00 2001
From: tracer <tracer@24unix.net>
Date: Sun, 8 Dec 2019 14:42:27 +0100
Subject: [PATCH] changed case sensitivity for code completion

---
 .zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc
index 6ef03a7..c70ab01 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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.