1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

Merge pull request #4832 from eddie-dunn/master

pylint.plugin.zsh: Remove include-ids=y
This commit is contained in:
Marc Cornellà 2016-02-07 23:48:38 +01:00
commit 15d52fd4fb

View file

@ -1,3 +1,3 @@
# Aliases
alias pylint-quick='pylint --reports=n --include-ids=y'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'