about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-09 10:51:53 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-09 10:51:53 +0100
commita8545baad2ec9231a0d168167ba88fb4b31ba3a2 (patch)
tree877804bef1dcf315c975aebe5785fdf4190bcc49 /nix-conf/home
parenta901cdabc298fe37ede23cfd8c2e459bbbac917d (diff)
downloaddotfiles-a8545baad2ec9231a0d168167ba88fb4b31ba3a2.tar.gz
Fix bat syntax mapping
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 7173c1c..d95b67c 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -114,7 +114,7 @@ in
       style = "full";
       pager = "less -RXF";
       map-syntax = [
-        ".ignore:.gitignore"
+        ".ignore:Git Ignore"
         "*.jenkinsfile:Groovy"
       ];
     };