Remix.run Logo
a3w 4 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