diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:11 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:16 -0400 |
| commit | 4c4a8324ec5b410ed83abf9906d92b1ea5417dad (patch) | |
| tree | e6c64abd433851fee736882250790843be2659f5 /home.bashrc | |
| parent | e42a386265350dd524e079464e4c8a3dd103cac5 (diff) | |
add z, fzf, and replace docker with podman
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)" |
