python: add recurse flag to pygrep (#8217)

As described in #7053
master
Maciej Motyka 7 years ago committed by Marc Cornellà
parent ba57b5c706
commit c5b4613bf6
  1. 2
      plugins/python/python.plugin.zsh

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

Loading…
Cancel
Save