Skip to content

Commit

Permalink
Update readme with other commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Dec 31, 2016
1 parent 02f1ada commit 26f5359
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ then you can use the package after entering the following command:

setupenv /my/favourite/directory

There's also a `removeenv` command to undo the changes, and `add_path` and `remove_path` to just add a single directory to the command line search `PATH` variable.
Other commands:

* `removeenv` undos the changes from `setupenv` for the given path
* `printsetup` lists all of the directories that you have set up
* `add_path` adds a single directory to the command line search `PATH` variable (and nothing else)
* `remove_path` undos an `add_path`
* `printpath` prints `PATH` in a more readable form

0 comments on commit 26f5359

Please sign in to comment.