alias bash='source ~/.bash_profile'
if [ -f /etc/bash_completion ]; then source /etc/bash_completion fi
alias ll='ls -lFGa' alias wget='curl -O'
alias shf='defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder'
alias hhf='defaults write com.apple.finder AppleShowAllFiles FALSE;killall Finder'
if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi
export GOROOT=/usr/local/go
export GOPATH=/go
export GOREPOSITOY=/go/bin
export PATH=$PATH:$GOPATH/bin
C_DEFAULT="[\033[m]" C_CYAN="[\033[36m]" C_BLUE="[\033[34m]"
export PS1="$C_CYAN\u@$C_BLUE\h