Skip to content

Instantly share code, notes, and snippets.

@andresfelipemendez
Created November 27, 2018 15:20
Show Gist options
  • Save andresfelipemendez/db3488d2308dce5de2d7308e577b54b2 to your computer and use it in GitHub Desktop.
Save andresfelipemendez/db3488d2308dce5de2d7308e577b54b2 to your computer and use it in GitHub Desktop.
add aliases to powershell
# allow powershell to execute commands Set-ExecutionPolicy -Scope CurrentUser
# set permission RemoteSigned
# reload profile to acces new changes . $profile
function openCurrentFolder{
ii .
}
New-Alias open openCurrentFolder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment