1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-25 15:53:30 +02:00
Kravchuk S.V
2014-11-14 13:05:11 +03:00
committed by Sergey Kravchuk
parent df5b09e20b
commit 0c04470f63
+2 -2
View File
@@ -42,8 +42,8 @@ function _pj () {
# might be possible to improve this using glob, without the basename trick
typeset -a projects
projects=($PROJECT_PATHS/*)
projects=$projects:t
_arguments '*:file:($projects)'
projects=$projects:t
_arguments "*:file:($projects)"
}
compdef _pj pj