cd ~
touch .bashrc
vim .bashrc
# type above file content
-
-
Save tugberkugurlu/978832c7bb280467c55eba4e8ca7e4ea to your computer and use it in GitHub Desktop.
bash profile on Windows, see http://superuser.com/a/602896
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
eval `ssh-agent` | |
ssh-add ~/.ssh/id_rsa | |
cd /c/dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment