1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-24 04:04:45 +01:00
Files
oh-my-zsh/plugins/pj/pj.plugin.zsh
Marc Cornellà c9c11d605f Fix _pj completion function
- `$PROJECT_PATHS/*` wasn't working correctly. You have to iterate over
  its elements in order to use globbing with it.

- The `$projects:t` line wasn't necessary if we used `compadd`.

- `compadd` better supports destructuring an array with spaces in some
  of its elements.
2016-08-16 08:32:43 +02:00

613 B