1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00

Merge pull request #3323 from alfss/fix-pj

[~] fix plugin pj
This commit is contained in:
Robby Russell 2014-11-19 12:40:59 -08:00
commit 6a496d2cca

View file

@ -43,7 +43,7 @@ function _pj () {
typeset -a projects
projects=($PROJECT_PATHS/*)
projects=$projects:t
_arguments '*:file:($projects)'
_arguments "*:file:($projects)"
}
compdef _pj pj