I hereby claim:
- I am hope4u on github.
- I am hope4u (https://keybase.io/hope4u) on keybase.
- I have a public key ASATlOg0h8PbV34O_Fu0vRgumpce_po_RhANThZBox8bYAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am hope4u on github. | |
| * I am hope4u (https://keybase.io/hope4u) on keybase. | |
| * I have a public key ASATlOg0h8PbV34O_Fu0vRgumpce_po_RhANThZBox8bYAo | |
| To claim this, I am signing this object: |
| # load git into path and enable posh-git | |
| function Enable-Git() { | |
| # load git with all its dependencies into path | |
| . (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1") | |
| # setup posh-git | |
| Push-Location (Split-Path -Path $MyInvocation.MyCommand.Definition -Parent) | |
| Set-Location (Resolve-Path $env:github_posh_git) | |
| Import-Module .\posh-git |