Created
November 30, 2018 12:38
-
-
Save stlehmann/2aeb2f21fe824dcfe4c83cccad61a695 to your computer and use it in GitHub Desktop.
My PowerShell Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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