Easy way to add paths to $PATH in bash

rob 01 Feb 2011
?

This little script is a convenient way to add paths to your $PATH variable without worrying about duplication. I generally break out my .bash files to be organized across multiple servers/computers and each one seems to need different paths appended – so thats where this little guy comes in handy. Just a simple push_path and no worries.