PathManager
Helps you manage your PATH variable.
Installation
$ gem install path_manager
Usage
Listing your path
$ path_manager list
Prepending directories to your path
$ path_manager prepend DIRECTORY
Appending directories to your path
$ path_manager append DIRECTORY
Show locations of a program in your path
$ path_manager which PROGRAM
Contributing
- Fork it ( https://github.com/glenwayguy/path_manager/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request