aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-20 09:06:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-20 09:06:01 +0300
commit84a762a0c1d83234a12c3219f8d4db1542e5cb12 (patch)
tree9f7c2687c2d2ef1cc8003773b11cc13e3b22aab4 /README.md
parentREADME update (diff)
downloadwindows-env-84a762a0c1d83234a12c3219f8d4db1542e5cb12.tar.gz
windows-env-84a762a0c1d83234a12c3219f8d4db1542e5cb12.zip
list_path: no weird symbols in output
Get rid of the stupid "-" and "+" symbols to mark missing/existing directories, add corresponding command line options instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2c41648..04368cb 100644
--- a/README.md
+++ b/README.md
@@ -55,16 +55,19 @@ List directories in your `PATH` variable:
```
> list_path
-- C:\Program Files\Haskell\bin
-+ C:\Program Files\Haskell Platform\8.0.1\lib\extralibs\bin
-+ C:\Program Files\Haskell Platform\8.0.1\bin
-+ C:\Users\Egor\AppData\Roaming\local\bin
-- C:\Users\Egor\AppData\Roaming\cabal\bin
+C:\Program Files\Haskell\bin
+C:\Program Files\Haskell Platform\8.0.1\lib\extralibs\bin
+C:\Program Files\Haskell Platform\8.0.1\bin
+C:\Users\Egor\AppData\Roaming\local\bin
+C:\Users\Egor\AppData\Roaming\cabal\bin
...
```
-Lines starting with `+` denote existing directories.
-Conversely, lines starting with `-` denote missing directories.
+```
+> list_path --missing
+C:\Users\Egor\AppData\Roaming\cabal\bin
+...
+```
### add_path