mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
allow case sensitivity to be toggled
This commit is contained in:
parent
2289cacecb
commit
cea6040c30
2 changed files with 9 additions and 1 deletions
|
|
@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
# Look in ~/.oh-my-zsh/themes/
|
||||
export ZSH_THEME="robbyrussell"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# export CASE_SENSITIVE="true"
|
||||
|
||||
# Comment this out to disable weekly auto-update checks
|
||||
# export DISABLE_AUTO_UPDATE="false"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue