From 82f71bb3875015a8edf45ddb962c668ebe0004b2 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 24 Jan 2022 11:20:35 -0500 Subject: [PATCH] zshrc: Add zoxide --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index d3badfb..5af0001 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -115,3 +115,4 @@ setopt AUTO_CD # Hooks eval "$(direnv hook zsh)" +eval "$(zoxide init zsh)"