mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
make correction work; this is a nicer way of handling typos in commands
This commit is contained in:
6
correction.zsh
Normal file
6
correction.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
setopt correct_all
|
||||
|
||||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
alias mv='nocorrect mv'
|
||||
Reference in New Issue
Block a user