I am using zsh with oh-my-zsh\'s rc file and there is some behavior I find particularly annoying. By default, oh-my-zsh is configured to return case-insensitive matches when aut
Just uncomment the following line in ~/.zshrc:
# Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"
It worked for me