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/python/python.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/python/python.plugin.zsh')
-rw-r--r-- | plugins/python/python.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/python.plugin.zsh b/plugins/python/python.plugin.zsh index 852c8b919..319bf0bf0 100644 --- a/plugins/python/python.plugin.zsh +++ b/plugins/python/python.plugin.zsh @@ -10,3 +10,4 @@ function pyclean() { # Grep among .py files alias pygrep='grep --include="*.py"' + |