mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
parent
df5b09e20b
commit
0c04470f63
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ function _pj () {
|
|||
typeset -a projects
|
||||
projects=($PROJECT_PATHS/*)
|
||||
projects=$projects:t
|
||||
_arguments '*:file:($projects)'
|
||||
_arguments "*:file:($projects)"
|
||||
}
|
||||
|
||||
compdef _pj pj
|
||||
|
|
Loading…
Reference in a new issue