mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-21 15:56:29 -05:00
Fixed example in stow post
This commit is contained in:
parent
0a822699c0
commit
149801a366
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue