diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2025-09-03 16:14:53 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-03-06 23:11:11 -0500 |
| commit | 253af1a81c0db004c29f7a148c9de9b28b6b2b87 (patch) | |
| tree | 7d50f92cd11fe073bb8b7d3a1d24c22dbd55c01d /home.bashrc | |
| parent | 28a8934249caafc532ac1a387c053b369711adb8 (diff) | |
some changes
Diffstat (limited to 'home.bashrc')
| -rw-r--r-- | home.bashrc | 1 |
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) |
