From 83d0393807a7d10d2268239622181d76d150e1c3 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 30 Jul 2023 22:14:21 +0700 Subject: [PATCH] chore(zsh): remove omz case --- data/zsh/top-zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/zsh/top-zshrc b/data/zsh/top-zshrc index 43ba77e..8c0350c 100644 --- a/data/zsh/top-zshrc +++ b/data/zsh/top-zshrc @@ -23,8 +23,6 @@ bindkey "^[[1;3D" backward-word # https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#omzupdate-mode zstyle ':omz:update' mode disabled -# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#case_sensitive -CASE_SENSITIVE="true" # https://github.com/ohmyzsh/ohmyzsh/issues/5569 # https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#disable_magic_functions DISABLE_MAGIC_FUNCTIONS="true"