Fixed example in stow post

This commit is contained in:
Brandon Rozek 2021-03-05 16:52:36 -05:00
parent 0a822699c0
commit 149801a366

View file

@ -109,7 +109,7 @@ And like that you've switched versions from 1 to 2!
This is also a great way to store dot files for your user directory. Here is an example of what I do:
```
/home/brandon
/home/brandon/stow
├── bash
│ └── .bashrc
├── git
@ -125,4 +125,4 @@ If you get a command not found for an executable you know lives in `/usr/local/b
Inside your `~/.bash_rc`
```bash
export PATH=$PATH:/usr/local/bin
```
```