Add windows doc for non-powershell users

This commit is contained in:
Alex Rock Ancelet 2017-10-26 18:33:08 +02:00 committed by GitHub
parent 3be1c00f36
commit bd8e2d99f7

View file

@ -54,6 +54,10 @@ function git-open { cmd /c "C:\Program Files\Git\usr\bin\bash.exe" "~/Documents/
Set-Alias -Name gop -Value git-open
```
#### Using Windows with `cmd` terminal
Save the `git-open` script in any place accessible via your `%PATH%` environment var.
#### Using a ZSH Framework
##### [Antigen](https://github.com/zsh-users/antigen)