diff options
Diffstat (limited to 'home.bashrc')
| -rw-r--r-- | home.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home.bashrc b/home.bashrc index 2306b39..1ab25a0 100644 --- a/home.bashrc +++ b/home.bashrc @@ -39,5 +39,8 @@ 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) +source $HOME/.config/user-dirs.dirs alias nats='LD_LIBRARY_PATH="/gnu/store/9p1z62lff9czkr95n3sal97rjw5lm7wl-gcc-toolchain-14.2.0/lib:$LD_LIBRARY_PATH" nats' + +eval "$(zoxide init bash)" |
