aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/pylint/pylint.plugin.zsh')
-rw-r--r--.oh-my-zsh/plugins/pylint/pylint.plugin.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh b/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh
deleted file mode 100644
index 57c7c0a..0000000
--- a/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Aliases
-alias pylint-quick='pylint --reports=n'
-compdef _pylint-quick pylint-quick='pylint --reports=n'