Two useful `rg` and `fd` aliases
Often when searching you want to exclude certain directories. If you are using ripgrep and fd (tools written in Rust), you can exclude directories by doing something like this:
alias rg='rg --no-follo
mbana.hashnode.dev1 min read