You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love lists. The Bash similar (but not default) cd -- give you a list of the (up to) 10 last directories you've been to. You can then use cd -3 to go to the 3rd last one.
I have documented this here, and would love to see this in Powershell.
Better than this would be to see what is on the stack (after popping the stack with "z -", the stack will be different than the list of recently visited directories). I see the comment above about no way to display the stack, I thought "Get-Location -Stack" was supposed to do that...
I love lists. The Bash similar (but not default)
cd --
give you a list of the (up to) 10 last directories you've been to. You can then usecd -3
to go to the 3rd last one.I have documented this here, and would love to see this in Powershell.
The text was updated successfully, but these errors were encountered: