From 8ae0504092f08f4d6cf4434a41c323298b358eac Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Thu, 23 May 2024 10:13:04 +0200 Subject: [PATCH] Aggiunta completion case sensitive per un bug di completion. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 3202bd7..3c759d9 100644 --- a/zshrc +++ b/zshrc @@ -13,6 +13,9 @@ compinit autoload -U +X bashcompinit bashcompinit +# Uncomment the following line to use case-sensitive completion. +CASE_SENSITIVE="true" + # zsh packages from system if [[ -f ${DOTFILES}/zsh/distro.base.zsh ]]; then source ${DOTFILES}/zsh/distro.base.zsh