mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
committed by
Sergey Kravchuk
parent
df5b09e20b
commit
0c04470f63
@@ -43,7 +43,7 @@ function _pj () {
|
||||
typeset -a projects
|
||||
projects=($PROJECT_PATHS/*)
|
||||
projects=$projects:t
|
||||
_arguments '*:file:($projects)'
|
||||
_arguments "*:file:($projects)"
|
||||
}
|
||||
|
||||
compdef _pj pj
|
||||
|
||||
Reference in New Issue
Block a user