Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 378 Bytes

path.sh is a bash function for interactive manipulation of search paths, like PATH and PYTHONPATH.

(demo)

To use it, simply source path.sh, possibly in your ~/.bashrc.

On systems with bash older than version 4 (older OSX versions), source path-v3.sh instead.

Invoke path --help for usage info.