(bash) remove alias for gosh

This commit is contained in:
juancwu 2026-01-11 22:39:56 -05:00
commit 87e5fecc06

View file

@ -232,4 +232,6 @@ gcr() {
fi
}
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH:$GOPATH/bin:/usr/local/go/bin
export EDITOR=nvim