summaryrefslogtreecommitdiff
path: root/.tldrrc
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-26 10:43:06 +0800
committerZhineng Li <[email protected]>2026-01-26 10:44:19 +0800
commitdd957797d8ed953bcb634bf336aa3f52855f7f68 (patch)
tree636de475bc63b01f15aba91c6a0ea833bf05fb7d /.tldrrc
parent85d17ef478a9185445a8dbc6c802ea69fd439e3f (diff)
downloaddotfiles-dd957797d8ed953bcb634bf336aa3f52855f7f68.tar.gz
dotfiles-dd957797d8ed953bcb634bf336aa3f52855f7f68.zip
initialize .tldrrc
- do not update the tldr database when the command help page does not exist locally - prefer manual update for the data
Diffstat (limited to '.tldrrc')
-rw-r--r--.tldrrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tldrrc b/.tldrrc
new file mode 100644
index 0000000..fcd5628
--- /dev/null
+++ b/.tldrrc
@@ -0,0 +1,3 @@
+{
+ "skipUpdateWhenPageNotFound": true
+}