@@ 18,7 18,7 @@ Any additions to `.bashrc` should be done by creating `*.sh` files in `.shrc.d`.
In order for this to work, `.bashrc` needs this line:
```bash
-source ~/.shrc.d/*.sh
+for rc in ~/.shrc.d/*.sh; do source "${rc}"; done
```
## Steam on Linux