Improve configs

This commit is contained in:
Tobias Reisinger 2022-12-12 18:43:54 +01:00
parent d0bbb66934
commit 40ca0e9ae4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 20 additions and 16 deletions
.config/zsh

View file

@ -23,7 +23,7 @@ ZSH_THEME="serguzim"
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
CASE_SENSITIVE="true" # zsh 5.9 regression about adjacent letters. This is a workaround.
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.