1
0

add go support

This commit is contained in:
2025-07-15 17:15:49 +02:00
parent ff9efcca0d
commit eaea388f20
7 changed files with 34 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export PATH=~/.local/bin:$PATH
export PATH="$(go env GOPATH)/bin:$PATH"
export PATH=$DOTFILES/scripts/hcf/:$PATH
case "$(uname -s)" in