Cleanup ZSH config
This commit is contained in:
6
zsh/.profile.d/golang.sh
Normal file
6
zsh/.profile.d/golang.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v go > /dev/null 2>&1; then
|
||||
export GOPATH="$HOME/.local/share/Go"
|
||||
export GOBIN="$GOPATH/bin"
|
||||
fi
|
||||
Reference in New Issue
Block a user