conf2/zsh/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh
vincent 341b34f8fa Revert "add powerlevel10k"
This reverts commit 537a63d601.
2020-06-11 16:59:30 +02:00

4 lines
106 B
Bash

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