6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
#compdef j
|
|
|
|
_j() {
|
|
_arguments "1: :($(find . -mount -name "$1*" -type d -printf "'%P' " 2> /dev/null))"
|
|
}
|