my.zsh/lib/kernel.zsh

4 lines
93 B
Bash
Raw Normal View History

2013-05-28 21:04:18 +01:00
function kernel_find_file() {
git grep $1 | cut -d ":" -f 1 | grep $1 | sort | uniq -u
}