summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-10-12 18:55:23 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commite3f7819e043a77c17b8e1d7d5ca475128450a668 (patch)
tree7f5c437d5d04b38242005f75de572ff505063db7 /.zshrc
parentea7a00e99c40131465338ca49bde511486bbae4e (diff)
[zshrc] case sensitive = false
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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"