0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

[~] fix plugin pj

bce74975d0
This commit is contained in:
Kravchuk S.V 2014-11-14 13:05:11 +03:00 committed by Sergey Kravchuk
parent df5b09e20b
commit 0c04470f63

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