We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e62a6 commit 11d8a40Copy full SHA for 11d8a40
2 files changed
home/.config/git/ignore
@@ -0,0 +1 @@
1
+mise.local.toml
home/.zshrc
@@ -103,14 +103,6 @@ if which mise &> /dev/null; then
103
eval "$(mise activate zsh)"
104
fi
105
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
-
114
if which npm; then
115
source <(npm completion)
116
else
0 commit comments