summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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