summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-11-01 08:26:03 -0700
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-11-01 08:26:03 -0700
commit564b6f7ae15a801f2c4fed702b6086bf479fdbc2 (patch)
tree13f6716d0b51da99c9ddb57b8cf4dd47caaa4656
parent89d1b6e4ae8eac937ae6f92b7cad393d88c9d475 (diff)
add zoxide to bashrc
-rw-r--r--dot-bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-bashrc b/dot-bashrc
index 4613e08..e6f33ad 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -90,6 +90,9 @@ eval "$(direnv hook bash)"
# starship
eval "$(starship init bash)"
+# zoxide
+eval "$(zoxide init bash)"
+
# include dev bashrc when in `dev` distrobox
if [ "$CONTAINER_ID" = "dev" ]; then
source ~/.bashrc.d/dev.bashrc