mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-22 15:43:48 -07:00
`.env` or "dotenv" is used quite often in cross-compilation/embedded development environments to load environment variables, define shell functions or even to execute shell commands. Just like `.zshenv` in this list, I think `.env` should also be added here. Closes #3063