Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Created November 30, 2018 12:38
Show Gist options
  • Save stlehmann/2aeb2f21fe824dcfe4c83cccad61a695 to your computer and use it in GitHub Desktop.
Save stlehmann/2aeb2f21fe824dcfe4c83cccad61a695 to your computer and use it in GitHub Desktop.
My PowerShell Profile
new-item alias:venv -value venv/Scripts/Activate.ps1
new-item alias:l -value ls
function flaskd {flask run --debugger --reload}
Import-Module git-aliases -DisableNameChecking
Import-Module posh-git
Import-Module z
Clear-Host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment