diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-10-12 18:55:23 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | e3f7819e043a77c17b8e1d7d5ca475128450a668 (patch) | |
tree | 7f5c437d5d04b38242005f75de572ff505063db7 /.zshrc | |
parent | ea7a00e99c40131465338ca49bde511486bbae4e (diff) |
[zshrc] case sensitive = false
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ export ZSH="$HOME/.config/zsh/ohmyzsh" -CASE_SENSITIVE="true" +CASE_SENSITIVE="false" HYPHEN_INSENSITIVE="true" |