Closed asmeurer closed 6 years ago
Does xonsh already have a nice way to cd as a context manager? If not, we should add something here, as it comes up often.
I could have sworn that there was an indir() context manager in xonsh, but I can't find it now. We should probably add it to rever.
indir()
Does xonsh already have a nice way to cd as a context manager? If not, we should add something here, as it comes up often.