From a98b7c6e1f7640605bd40859b21825a798bd20ce Mon Sep 17 00:00:00 2001 From: nurodev Date: Tue, 23 Apr 2024 11:09:46 +0100 Subject: [PATCH] Fixed `.nanorc` syntax highlighting include path --- .nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nanorc b/.nanorc index b9e8711..ef203dd 100644 --- a/.nanorc +++ b/.nanorc @@ -1 +1 @@ -include "/opt/homebrew/share/nanorc/*.nanorc" +include "/opt/homebrew/share/nano/*.nanorc"