From d1c6ba2501e1ae3e5c7346b27131a6a46021da9c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Jul 2018 13:08:33 -0300 Subject: Add go package and env vars --- bash/env.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bash') diff --git a/bash/env.sh b/bash/env.sh index 20592611..238e770f 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -69,3 +69,11 @@ isLinux && { export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH" export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" # after running guix package -i glibc-utf8-locales + + +# +# Go +# + +export GOPATH="$HOME/dev/go" +export PATH="$GOPATH/bin:$PATH" -- cgit v1.3