mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Fix a bug.
In macOS, I install mysql using brew, and type mysql it will redirect to /var/empty. See following issues: http://stackoverflow.com/questions/10442449/cant-use-which-mysql-in-zsh-but-in-bash-work http://stackoverflow.com/questions/7956345/osx-mysql-command-goes-in-var-empty
This commit is contained in:
parent
d485044169
commit
4cff73343e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
# alias mysql='nocorrect mysql'
|
||||
alias mkdir='nocorrect mkdir'
|
||||
alias gist='nocorrect gist'
|
||||
alias heroku='nocorrect heroku'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue