From 87e5fecc06f6ab14dd15839893b26463d2d6f43b Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Sun, 11 Jan 2026 22:39:56 -0500 Subject: [PATCH] (bash) remove alias for gosh --- bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index ec947d2..56522a2 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -232,4 +232,6 @@ gcr() { fi } +export GOPATH=$HOME/go +export PATH=$PATH:$GOPATH:$GOPATH/bin:/usr/local/go/bin export EDITOR=nvim