Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
b64e695b
Commit
b64e695b
authored
Apr 09, 2014
by
Simon Courtois
Committed by
ncanceill
May 24, 2014
Browse files
Ordering nocorrect aliases alphabetically
parent
cd8d5c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/correction.zsh
View file @
b64e695b
if
[[
"
$ENABLE_CORRECTION
"
==
"true"
]]
;
then
if
[[
"
$ENABLE_CORRECTION
"
==
"true"
]]
;
then
alias
man
=
'nocorrect man'
alias
ebuild
=
'nocorrect ebuild'
alias mv
=
'nocorrect mv'
alias
mysql
=
'nocorrect mysql'
alias mkdir
=
'nocorrect mkdir'
alias
gist
=
'nocorrect gist'
alias
gist
=
'nocorrect gist'
alias
heroku
=
'nocorrect heroku'
alias
heroku
=
'nocorrect heroku'
alias
ebuild
=
'nocorrect ebuild'
alias
hpodder
=
'nocorrect hpodder'
alias
hpodder
=
'nocorrect hpodder'
alias
man
=
'nocorrect man'
alias mkdir
=
'nocorrect mkdir'
alias mv
=
'nocorrect mv'
alias
mysql
=
'nocorrect mysql'
alias sudo
=
'nocorrect sudo'
alias sudo
=
'nocorrect sudo'
setopt correct_all
setopt correct_all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment