~damien/dotfiles

4cf5760475ffd6f0f86acdf603896e41ce47dcdc — Damien Radtke 7 months ago 32d3642
Fix .bashrc instructions
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 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