Last active
          June 25, 2017 12:53 
        
      - 
      
 - 
        
Save mehmetkose/66e176b27c4ea0867970089aba5b4b10 to your computer and use it in GitHub Desktop.  
    macos .bash_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
    
  
  
    
  | if [ -f ~/.bashrc ]; then | |
| source ~/.bashrc | |
| fi | |
| if [ -f ~/.bash_profile ]; then | |
| source ~/.bash_profile | |
| fi | |
| alias ll='ls -lGaf' | |
| #alias python='python3' | |
| export ANDROID_HOME=/usr/local/opt/android-sdk | |
| export PATH=${PATH}:${ANDROID_HOME}/tools | |
| export PATH=${PATH}:${ANDROID_HOME}/platform-tools | |
| export GOPATH=$HOME/go | |
| export GOROOT=/usr/local/opt/go/libexec | |
| export PATH=$PATH:$GOROOT/bin:$GOPATH/bin | |
| export WORKON_HOME=~/virtualenvs | |
| source /usr/local/bin/virtualenvwrapper.sh | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment