mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
New plugins: pep8, autopep8, trial (twisted) and pylint
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
8c1d358741
commit
8515794096
7 changed files with 146 additions and 0 deletions
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue