summaryrefslogtreecommitdiff
path: root/home.bashrc
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-09-03 16:14:53 -0400
committerRobby Zambito <contact@robbyzambito.me>2026-03-06 23:11:11 -0500
commit253af1a81c0db004c29f7a148c9de9b28b6b2b87 (patch)
tree7d50f92cd11fe073bb8b7d3a1d24c22dbd55c01d /home.bashrc
parent28a8934249caafc532ac1a387c053b369711adb8 (diff)
some changes
Diffstat (limited to 'home.bashrc')
-rw-r--r--home.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.bashrc b/home.bashrc
index a7b79ab..2306b39 100644
--- a/home.bashrc
+++ b/home.bashrc
@@ -35,6 +35,7 @@ alias duckdb='env LD_LIBRARY_PATH=/home/robby/.guix-profile/lib:$LD_LIBRARY_PATH
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH
+export PATH=/home/robby/go/bin:$PATH
export PATH=/home/robby/.local/bin:/home/robby/.cargo/bin:/home/robby/.vnode/bin:$PATH
source <(jj util completion bash)
source <(nsc completion bash)