1
0
Fork 0

change completion header from file to project

pull/730/head
mkcode 10 years ago
parent f197d77b03
commit 14cfdc7760

@ -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…
Cancel
Save