From 2b8ea8a19488dab454288af799e35d350cc9112f Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 22 Dec 2022 21:49:25 +0300 Subject: [PATCH] zsh-navigation-tools --- 45-plugins.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/45-plugins.zsh b/45-plugins.zsh index 2a95ec2..4540625 100644 --- a/45-plugins.zsh +++ b/45-plugins.zsh @@ -58,6 +58,8 @@ if command -v fzf > /dev/null 2>&1; then fi fi +zinit light zdharma-continuum/zsh-navigation-tools + if command -v git > /dev/null 2>&1; then GIT_AUTO_FETCH_INTERVAL=3600 zinit snippet OMZL::git.zsh