Last active
October 24, 2022 06:08
-
-
Save rw3iss/ad6e6f23090ea9a1d55a2db6e6164aaf to your computer and use it in GitHub Desktop.
.profile
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
source ~/.profile/.bash_aliases |
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
# 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" |
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
source .bash_aliases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment