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
6774490a
Commit
6774490a
authored
May 09, 2010
by
James Rowe
Committed by
Robby Russell
Jun 05, 2010
Browse files
Don't auto-correct ebuild commands.
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
parent
fca8b7e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/correction.zsh
View file @
6774490a
...
...
@@ -6,3 +6,4 @@ alias mysql='nocorrect mysql'
alias mkdir
=
'nocorrect mkdir'
alias
gist
=
'nocorrect gist'
alias
heroku
=
'nocorrect heroku'
alias
ebuild
=
'nocorrect ebuild'
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