conf2/zsh/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh
2019-01-12 16:47:23 +01:00

4 lines
106 B
Bash

# Aliases
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'