z icon indicating copy to clipboard operation
z copied to clipboard

Sugggestion: make `z` and `z -` work like `cd` and `cd -`

Open Arnie97 opened this issue 4 years ago • 0 comments

I'm expecting z to work like a superset of cd, otherwise I have to fight against my muscle memory to use z in some cases and cd in others.

If no argument is specified, cd will change the current directory to $HOME; and if argument is -, cd will change to the previous directory. In both cases, z now works like z -l.

Arnie97 avatar Aug 12 '21 03:08 Arnie97