ag: find source code fast

ag (the silver searcher) is great.

Install:

sudo apt install silversearcher-ag

My config for it (in ~/.bashrc):

alias ag="ag --smart-case --color-path \"31;1\" --color-match \"32;1\" --color-line-number \"34;1\""

10/13/21