diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:15:41 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:24:22 -0400 |
commit | 095e7cfb90b358a4ffde5b94a87994df23cc43ad (patch) | |
tree | 9644827f2a2b3e1668583a463593805c39961106 /device | |
parent | e418f4bfe41bd178e8dd7849c58a238031144a05 (diff) |
zsh, template: go
Diffstat (limited to 'device')
-rw-r--r-- | device/device_template_pre | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device/device_template_pre b/device/device_template_pre index 470c210..480c89c 100644 --- a/device/device_template_pre +++ b/device/device_template_pre @@ -52,6 +52,9 @@ export DEVICE_HAS_GPG +export DEVICE_HAS_GO +export DEVICE_GO_INSTALLATION="$HOME/go" + export DEVICE_HAS_HOMEBREW export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew" |