MBMohamed Banainmbana.hashnode.dev·Aug 5, 2025 · 1 min readTwo useful `rg` and `fd` aliasesOften 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-follo00