1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

Merge pull request #2088 from Stibbons/gsemet_push_pep_pylint_completion

Completion for python, pep8, autopep8 and pylint
This commit is contained in:
Robby Russell
2013-12-02 23:45:35 -08:00
7 changed files with 155 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ function pyclean() {
# Grep among .py files
alias pygrep='grep --include="*.py"'