[~] fix plugin pj

bce74975d0
master
Kravchuk S.V 12 years ago committed by Sergey Kravchuk
parent df5b09e20b
commit 0c04470f63
  1. 2
      plugins/pj/pj.plugin.zsh

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

Loading…
Cancel
Save