dotfiles/.config/zsh/completions/_j
2024-03-11 21:37:22 +01:00

5 lines
71 B
Text

#compdef j
_j() {
_arguments "1: :(**/"$1"*~cvs~node_modules/)"
}