Skip to content

Instantly share code, notes, and snippets.

@mmmattos
Created August 13, 2015 12:04
Show Gist options
  • Save mmmattos/eb4fba6848a6f360377c to your computer and use it in GitHub Desktop.
Save mmmattos/eb4fba6848a6f360377c to your computer and use it in GitHub Desktop.
##
## Add windows specific apps and tools to be available in GitBash (on Windows OSs):
## In this case, we added:
## * azure-cli, and
## * winmerge
##
export PATH=$PATH:\
/c/Program\ Files\ \(x86\)/Microsoft\ SDKs/Azure/CLI/bin:\
/c/Program\ Files\ \(x86\)/WinMerge
## Add aliases here.
alias winmerge='WinMergeU &'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment