git-subtree-dir: oh-my-zsh git-subtree-split: 550ccca91cb45fcf26a8f2c3c60da675b995e3f3
3 lines
137 B
Bash
3 lines
137 B
Bash
# Aliases
|
|
alias pylint-quick='pylint --reports=n --include-ids=y'
|
|
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y' |