From 59b7d2eefeb9fb3fc9ffb1d782e4850aaf422ab9 Mon Sep 17 00:00:00 2001 From: mr0xb <47467008+mr0xb@users.noreply.github.com> Date: Sun, 9 Feb 2020 20:03:52 -0500 Subject: [PATCH] fix go path --- .bash_profile | 1 + 1 file changed, 1 insertion(+) 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 {