From 4a1fd9900e72671f60716dc47141822b91d1d3d9 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:25:09 -0400 Subject: [PATCH] (bash) add go to path zima --- bash/.bashrc.zima | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc.zima b/bash/.bashrc.zima index 61fc066..f906f10 100644 --- a/bash/.bashrc.zima +++ b/bash/.bashrc.zima @@ -178,3 +178,5 @@ esac export NVM_DIR="/opt/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +export PATH=$PATH:/usr/local/go/bin