diff --git a/.bash_profile b/.bash_profile index ca718b9..33ec4dd 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,5 @@ export GOPATH=$HOME/go_projects +export PATH=$PATH:/usr/local/go/bin alias fp='stat --format "%a"' gsay() { if [[ "${1}" =~ -[a-z]{2} ]]; then local lang=${1#-}; local text="${*#$1}"; else local lang=${LANG%_*}; local text="$*";fi; mplayer "http://translate.google.com/translate_tts?ie=UTF-8&tl=${lang}&q=${text}" &> /dev/null ; } function google {