From 4505ec366b645d01ae0c8e0943027b17aea3a393 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 18 Aug 2020 11:30:49 -0400 Subject: [PATCH] go --- bash/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.profile b/bash/.profile index 71626ac..a226138 100644 --- a/bash/.profile +++ b/bash/.profile @@ -27,7 +27,7 @@ if `tty -s`; then mesg n fi -export PATH="$HOME/.local/bin:$HOME/.bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/.bin:$HOME/go/bin:$PATH" export TERM=xterm-256color if [ -d "$HOME/.pyenv" ] && [ -z ${PYENV_SHELL+x} ]