Aggiunta completion case sensitive per un bug di completion.
This commit is contained in:
parent
3a3ba841f6
commit
8ae0504092
1 changed files with 3 additions and 0 deletions
3
zshrc
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue