mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-05-19 05:12:24 +00: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:
|
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
|
├── bash
|
||||||
│ └── .bashrc
|
│ └── .bashrc
|
||||||
├── git
|
├── 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`
|
Inside your `~/.bash_rc`
|
||||||
```bash
|
```bash
|
||||||
export PATH=$PATH:/usr/local/bin
|
export PATH=$PATH:/usr/local/bin
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue