From 0c81dcaff90cb73b78c911e788190f4945a794d4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 19 Jul 2022 10:01:46 -0500 Subject: [PATCH] Fix include flag in nanorc --- .chezmoiexternal.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index c47b9ca..c6b3783 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -2,7 +2,7 @@ type = "archive" url = "https://github.com/scopatz/nanorc/releases/download/2020.10.10/nanorc-2020.10.10.tar.gz" stripComponents = 1 - include = ["*.nanorc"] + include = ["*/*.nanorc"] [".local/bin/n"] type = "file"