From 2b9d0835f0ea9ecd3c2c28ab9a39e576b904088a Mon Sep 17 00:00:00 2001 From: lachtan obecny Date: Wed, 21 Jan 2026 06:49:12 +0100 Subject: [PATCH] Go and OpenCode path --- rc/go.sh | 1 + rc/opencode.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 rc/go.sh create mode 100644 rc/opencode.sh diff --git a/rc/go.sh b/rc/go.sh new file mode 100644 index 0000000..2af56b3 --- /dev/null +++ b/rc/go.sh @@ -0,0 +1 @@ +append_path_try "$HOME/.local/go/bin" diff --git a/rc/opencode.sh b/rc/opencode.sh new file mode 100644 index 0000000..ff48801 --- /dev/null +++ b/rc/opencode.sh @@ -0,0 +1 @@ +append_path_try "$HOME/.opencode/bin"