Skip to content

Instantly share code, notes, and snippets.

@ctuffli
Created October 25, 2017 18:44
Show Gist options
  • Save ctuffli/e33e7e8276052ab9d8ff826ed937ffa8 to your computer and use it in GitHub Desktop.
Save ctuffli/e33e7e8276052ab9d8ff826ed937ffa8 to your computer and use it in GitHub Desktop.
Emulate bash dirs in powershell
function dirs { Get-Location; Get-Location -Stack }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment