Update golang install location in .bashrc.

This commit is contained in:
2024-01-20 10:37:34 +13:00
parent cc0eb52561
commit 216df269ed

View File

@ -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 {