Skip to content

Instantly share code, notes, and snippets.

@mefellows
Created October 8, 2014 03:32
Show Gist options
  • Save mefellows/9a67b17a571fcffa1bd0 to your computer and use it in GitHub Desktop.
Save mefellows/9a67b17a571fcffa1bd0 to your computer and use it in GitHub Desktop.
Powershell $PROFILE
#$Shell.WindowTitle="WinOps Matt"
set-executionpolicy unrestricted
new-item alias:subl -value 'C:\Program Files\Sublime Text 3\sublime_text.exe'
new-item alias:ll -value 'ls'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment