|
|
|
|
|
by a3w
266 days ago
|
|
I barely use pushd/popd, for me this would be overkill, and I dislike the side effects. I mostly use my history, so same command needs to reliably do same thing.
Workaround for cd-ing: cd ~/foo; $COMMAND ; #optional cd ~ here My history is full of this |
|