disable casesense

This commit is contained in:
仲由 2014-12-03 13:45:05 +08:00
commit 7250570be8
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
CASE_SENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
@ -79,3 +79,4 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias l.='ls -d .*'
alias pod-dev='/Users/user/Project/Rainforest/CocoaPods/bin/pod'