Skip to content

Commit 8bfcb39

Browse files
authored
Merge pull request #133 from ayeseeem/patch-1
Fix typo in README: our -> your
2 parents d308800 + 11a0551 commit 8bfcb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is currently being used in production by [Bashhub](https://github.c
1212

1313
## Quick Start
1414
```bash
15-
# Pull down our file from GitHub and write it to our home directory as a hidden file.
15+
# Pull down our file from GitHub and write it to your home directory as a hidden file.
1616
curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh
1717
# Source our file to bring it into our environment
1818
source ~/.bash-preexec.sh
@@ -24,7 +24,7 @@ precmd() { echo "printing the prompt"; }
2424
## Install
2525
You'll want to pull down the file and add it to your bash profile/configuration (i.e ~/.bashrc, ~/.profile, ~/.bash_profile, etc). **It must be the last thing imported in your bash profile.**
2626
```bash
27-
# Pull down our file from GitHub and write it to our home directory as a hidden file.
27+
# Pull down our file from GitHub and write it to your home directory as a hidden file.
2828
curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh
2929
# Source our file at the end of our bash profile (e.g. ~/.bashrc, ~/.profile, or ~/.bash_profile)
3030
echo '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' >> ~/.bashrc

0 commit comments

Comments
 (0)