z
z copied to clipboard
Add support for using pushd instead of cd
The original functionality of z command is intact. I have added the following:
- a command line option "-p" to use pushd instead of cd
- a new command zz, an alias to "z -p", that uses pushd by default . Similar to z, there is an env. var to change the name of this command
- Updated man file and README