1
0

chore: sync work config

This commit is contained in:
2025-11-03 20:42:28 +01:00
parent eaea388f20
commit f100cffb79
7 changed files with 33 additions and 5 deletions

View File

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