Skip to content

Instantly share code, notes, and snippets.

@HendrikPetertje
Created September 10, 2013 12:14
Show Gist options
  • Save HendrikPetertje/6508550 to your computer and use it in GitHub Desktop.
Save HendrikPetertje/6508550 to your computer and use it in GitHub Desktop.
Powershell extra's
# add SSH scripts to powershell
$env:path += ";" + (Get-Item "Env:ProgramFiles(x86)").Value + "\Git\bin"
# add sublime to powershell
Set-Alias subl 'C:\Program Files\Sublime Text 2\sublime_text.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment