🔧 Where my dotfiles lives in harmony and peace, most of the time

📝 Document environment variable locations

Changed files
+5
+5
README.md
··· 28 28 make terminal 29 29 ``` 30 30 31 + ### Environment variables 32 + 33 + - User session variables and secrets live in `~/.config/environment.d/*.conf`. 34 + - Per project values go in a `.env` file in the project root. `terminal/zshrc` auto loads `.env` on directory change if the file is owned by you. 35 + 31 36 ### 🧰 Utility Scripts 32 37 33 38 The repository includes several useful scripts in the `scripts/` directory.