From dd957797d8ed953bcb634bf336aa3f52855f7f68 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Mon, 26 Jan 2026 10:43:06 +0800 Subject: initialize .tldrrc - do not update the tldr database when the command help page does not exist locally - prefer manual update for the data --- .tldrrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tldrrc (limited to '.tldrrc') diff --git a/.tldrrc b/.tldrrc new file mode 100644 index 0000000..fcd5628 --- /dev/null +++ b/.tldrrc @@ -0,0 +1,3 @@ +{ + "skipUpdateWhenPageNotFound": true +} -- cgit v1.2.3