diff --git a/bash/.profile b/bash/.profile index 0d73f2f..d28fec8 100644 --- a/bash/.profile +++ b/bash/.profile @@ -56,5 +56,6 @@ fi export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.poetry/bin:$PATH" +export PATH=$PATH:/usr/local/go/bin export SHELL=/bin/bash