Created
August 13, 2015 12:04
-
-
Save mmmattos/eb4fba6848a6f360377c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## 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