From bd8e2d99f7bfc6eb7476b779ef62eac40abdfa6f Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Thu, 26 Oct 2017 18:33:08 +0200 Subject: [PATCH] Add windows doc for non-powershell users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf0c251..5ea3cab 100644 --- a/README.md +++ b/README.md @@ -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)