From 3471ed07b19ffbec88862fde36d32e9da1128b18 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 27 Feb 2023 12:29:57 -0500 Subject: [PATCH] add zoxide --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index de88c35..6471501 100644 --- a/.zshrc +++ b/.zshrc @@ -97,5 +97,7 @@ _bb_tasks() { } compdef _bb_tasks bb +eval "$(zoxide init zsh)" + #tail -n 10 ~/todo eval "$(starship init zsh)"