mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-23 04:21:16 +02:00
Completion for python, pep8, autopep8 and pylint
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
3
plugins/pylint/pylint.plugin.zsh
Normal file
3
plugins/pylint/pylint.plugin.zsh
Normal file
@@ -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'
|
Reference in New Issue
Block a user