aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-12-11 16:50:38 +0100
committerMathias Bynens <mathias@qiwi.be>2014-12-11 16:50:38 +0100
commit5137abe26eb32083167b9e2c4c1cb09fde10f313 (patch)
treed7e6f703c1fabe0582419db49daed5b086d6ada2 /README.md
parent4471e2732faede1d9b242cb547de8005578b3d10 (diff)
downloaddotfiles-5137abe26eb32083167b9e2c4c1cb09fde10f313.tar.gz
dotfiles-5137abe26eb32083167b9e2c4c1cb09fde10f313.tar.bz2
dotfiles-5137abe26eb32083167b9e2c4c1cb09fde10f313.zip
README: Tweak `~/.path` example
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c1ba7c..b6c485f 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ To update later on, just run that command again.
If `~/.path` exists, it will be sourced along with the other files, before any feature testing (such as [detecting which version of `ls` is being used](https://github.com/mathiasbynens/dotfiles/blob/aff769fd75225d8f2e481185a71d5e05b76002dc/.aliases#L21-26)) takes place.
-Here’s an example `~/.path` file that adds `~/utils` to the `$PATH`:
+Here’s an example `~/.path` file that adds `/usr/local/bin` to the `$PATH`:
```bash
-export PATH="$HOME/utils:$PATH"
+export PATH="/usr/local/bin:$PATH"
```
### Add custom commands without creating a new fork