diff options
author | Gaetan Semet <gaetan@xeberon.net> | 2013-09-10 11:33:58 +0200 |
---|---|---|
committer | Gaetan Semet <gaetan@xeberon.net> | 2013-09-10 11:33:58 +0200 |
commit | 45438528761b0bbc143f8f2f013ee01917eb48cc (patch) | |
tree | d41b13a71f08021be8e5c39a7f872a30e7218aa1 /plugins/pylint/pylint.plugin.zsh | |
parent | d3e005d6b42995021ad6f1009734a55cb65be6ce (diff) | |
download | zsh-45438528761b0bbc143f8f2f013ee01917eb48cc.tar.gz zsh-45438528761b0bbc143f8f2f013ee01917eb48cc.tar.bz2 zsh-45438528761b0bbc143f8f2f013ee01917eb48cc.zip |
Completion for python, pep8, autopep8 and pylint
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
Diffstat (limited to 'plugins/pylint/pylint.plugin.zsh')
-rw-r--r-- | plugins/pylint/pylint.plugin.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pylint/pylint.plugin.zsh b/plugins/pylint/pylint.plugin.zsh new file mode 100644 index 000000000..6760c67b0 --- /dev/null +++ b/plugins/pylint/pylint.plugin.zsh @@ -0,0 +1,3 @@ +# Aliases +alias pylint-quick='pylint --reports=n --include-ids=y' +compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'
\ No newline at end of file |