change completion header from file to project
This commit is contained in:
parent
f197d77b03
commit
14cfdc7760
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function _pj () {
|
|||
typeset -a projects
|
||||
projects=($PROJECT_PATHS/*)
|
||||
projects=$projects:t
|
||||
_arguments "*:file:($projects)"
|
||||
_arguments "*:project:($projects)"
|
||||
}
|
||||
|
||||
compdef _pj pj
|
||||
|
|
Loading…
Add table
Reference in a new issue