mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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'
|