From e3f7819e043a77c17b8e1d7d5ca475128450a668 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 12 Oct 2023 18:55:23 +0200 Subject: [zshrc] case sensitive = false --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 45fa9fb..4433554 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ export ZSH="$HOME/.config/zsh/ohmyzsh" -CASE_SENSITIVE="true" +CASE_SENSITIVE="false" HYPHEN_INSENSITIVE="true" -- cgit v1.2.3