Skip to content

Instantly share code, notes, and snippets.

@huynle
Created May 2, 2018 17:40
Show Gist options
  • Save huynle/c5392bfca5378eba9441f76ad05e6d88 to your computer and use it in GitHub Desktop.
Save huynle/c5392bfca5378eba9441f76ad05e6d88 to your computer and use it in GitHub Desktop.
$PATH:gvim for windows
#!/bin/sh
exec "/cygdrive/c/Program Files (x86)/Vim/vim80/gvim.exe" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment