conf2/zsh/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh

4 lines
106 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
# Aliases
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'