From 216df269ed8e2f1fd16391aebfbbae1e3c66b7e1 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 20 Jan 2024 10:37:34 +1300 Subject: [PATCH] Update golang install location in .bashrc. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a5a9e3e..5ba591c 100644 --- a/.bashrc +++ b/.bashrc @@ -154,7 +154,7 @@ function e { # Configure go location export PATH=$PATH:/usr/local/go/bin -export PATH=$PATH:/home/$USER/go/bin/ +export PATH=$PATH:/home/$USER/Downloads/go/bin/ # Setup prompt function color_my_prompt {