Skip to content

Commit 11d8a40

Browse files
committed
Removing Golang (this is now being done through mise).
1 parent b4e62a6 commit 11d8a40

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

home/.config/git/ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mise.local.toml

home/.zshrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ if which mise &> /dev/null; then
103103
eval "$(mise activate zsh)"
104104
fi
105105

106-
if mise where golang &> /dev/null; then
107-
export GOPATH=$HOME/go
108-
export GOROOT=$(mise where golang)/go/
109-
export GOBIN=$GOPATH/bin
110-
export PATH=$PATH:$GOPATH
111-
export PATH=$PATH:$GOROOT/bin
112-
fi
113-
114106
if which npm; then
115107
source <(npm completion)
116108
else

0 commit comments

Comments
 (0)