How do I read these lines?
#compdef rspec
compadd -P spec/ $(ls spec/**/*_spec.rb | sed -E "s/spec\///g")
I understand it's a completion rule for ZSH, but I'm not sure I follow what it is saying....
They come from here, https://github.com/thoughtbot/dotfiles/blob/master/zsh/completion/_rspec