mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Add windows doc for non-powershell users
This commit is contained in:
parent
3be1c00f36
commit
bd8e2d99f7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue