mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
4543852876
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
3 lines
No EOL
137 B
Bash
3 lines
No EOL
137 B
Bash
# Aliases
|
|
alias pylint-quick='pylint --reports=n --include-ids=y'
|
|
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y' |