z icon indicating copy to clipboard operation
z copied to clipboard

Add support for using pushd instead of cd

Open j-xella opened this issue 2 years ago • 0 comments

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

j-xella avatar Mar 08 '22 17:03 j-xella