From 4c4a8324ec5b410ed83abf9906d92b1ea5417dad Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 8 Mar 2026 17:58:11 -0400 Subject: add z, fzf, and replace docker with podman --- home.bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.bashrc') 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)" -- cgit