diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -37,8 +37,8 @@ Usage The complete list of utilities is given below. * [list_path] — List directories in your `PATH`. -* [add_path] — Add directories to your `PATH`. -* [remove_path] — Remove directories from your `PATH`. +* [add_path] — Add directories to `PATH`. +* [remove_path] — Remove directories from `PATH`. * [set_env] — Assign values to environment variables. * [unset_env] — Delete environment variables. @@ -83,8 +83,6 @@ Saving variable 'PATH' to 'HKCU\Environment'... Old value: C:\Users\Egor\AppData\Roaming\local\bin;C:\Users\Egor\AppData\Roaming\cabal\bin New value: C:\Users\Egor\AppData\Roaming\local\bin;C:\Users\Egor\AppData\Roaming\cabal\bin;C:\test Continue? (y/n) y - -> ``` Add "C:\test" to the global `PATH`, skipping the confirmation prompt: |