6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
#compdef j
|
|
|
|
_j() {
|
|
_arguments "1: :(**/"$1"*~cvs~node_modules/)"
|
|
}
|