From 8d8fe1b4e3f61b98442eb6b8f8a88573bccdc6f8 Mon Sep 17 00:00:00 2001 From: Zakhary Kaplan Date: Thu, 20 Jun 2024 00:00:00 -0400 Subject: [PATCH] feat(zoxide): install --- apps/zsh/plugin/utils/zoxide.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/zsh/plugin/utils/zoxide.zsh diff --git a/apps/zsh/plugin/utils/zoxide.zsh b/apps/zsh/plugin/utils/zoxide.zsh new file mode 100644 index 00000000..c66b1d2c --- /dev/null +++ b/apps/zsh/plugin/utils/zoxide.zsh @@ -0,0 +1,6 @@ +# File: zoxide.zsh +# Author: Zakhary Kaplan +# Created: 20 Jun 2024 +# SPDX-License-Identifier: MIT + +eval "$(zoxide init zsh)"