Skip to content

Instantly share code, notes, and snippets.

@rw3iss
Last active October 24, 2022 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rw3iss/ad6e6f23090ea9a1d55a2db6e6164aaf to your computer and use it in GitHub Desktop.
Save rw3iss/ad6e6f23090ea9a1d55a2db6e6164aaf to your computer and use it in GitHub Desktop.
.profile
source ~/.profile/.bash_aliases
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc
source ~/.bash_aliases
PATH=$PATH:"/c/Program Files/CMake/bin":"/c/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin":"/c/Python27":"/c/Ruby30-x64/bin"
CMAKE_C_COMPILER="/c/Program Files/CMake/bin/cmake.exe"
CMAKE_CXX_COMPILER="/c/Program Files/CMake/bin/cmake.exe"
CC="/c/Program Files/CMake/bin/cmake.exe"
CXX="/c/Program Files/CMake/bin/cmake.exe"
source .bash_aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment