From 1e35c1828f29e10f4e4897ab23cb412ac64047a1 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 22 Feb 2024 16:39:55 +0100 Subject: [PATCH] Update home/.chezmoiexternal.toml --- home/.chezmoiexternal.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiexternal.toml b/home/.chezmoiexternal.toml index d99d354..109a2c9 100644 --- a/home/.chezmoiexternal.toml +++ b/home/.chezmoiexternal.toml @@ -29,7 +29,12 @@ url = "https://github.com/laggardkernel/ranger-oscyank.git" refreshPeriod = "168h" -[".config/ranger/plugins/plugin_directory_diff.py"] +[".config/ranger/plugins/zoxide"] + type = "git-repo" + url = "https://github.com/jchook/ranger-zoxide.git" + refreshPeriod = "168h" + +[".config/ranger/plugins/directory_diff.py"] type = "file" url = "https://raw.githubusercontent.com/alex8866/eranger/master/ranger/config/plugins/plugin_direcory_diff.py" refreshPeriod = "168h"