one windows 10 the part where {printf \"\033[31m%_10s\033[1;37m\", $1} isn't working, I removed _10 to make it work
finda = "!grepalias() { git config --global --get-regexp alias | grep -i \"$1\" | awk -v nr=2 '{sub(/^alias\./,\"\")};{printf \"\033[31m%s\033[1;37m\", $1};{sep=FS};{for (x=nr; x<=NF; x++) {printf \"%s%s\", sep, $x; }; print \"\033[0;39m\"}'; }; grepalias"
Awesome! And very cool bash prompt, at that. What are you using for that? Just a custom command?
It uses some stuff from bash_it, but it's mostly custom:
https://gist.github.com/tts...
There's some stuff in there that isn't used, too, as it's kind of always a work in progress...