From f12f909ca9ea72c49639ca7d2d47f2e7858d83e8 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 24 Mar 2023 08:39:31 +1300 Subject: [PATCH] Ensure go is added to path automatically. --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 51ad9fd..9f5de33 100644 --- a/.bashrc +++ b/.bashrc @@ -126,6 +126,9 @@ function e { fi } +# Configure go location +export PATH=$PATH:/usr/local/go/bin + # Setup prompt function color_my_prompt { local __user_and_host="\[\033[01;32m\]\u@\h"