From 829210429da238d29eb78b15c59a675c455dc0b7 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 10 Jan 2025 00:17:52 +0000 Subject: [PATCH] Update cheatsheets --- tldr/env | 2 +- tldr/linux/reflector | 4 ++++ tldr/mkdir | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tldr/env b/tldr/env index 5af5804c..0023f51f 100644 --- a/tldr/env +++ b/tldr/env @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # env > Show the environment or run a program in a modified environment. -> More information: . +> More information: . - Show the environment: diff --git a/tldr/linux/reflector b/tldr/linux/reflector index 78836504..ffc470e0 100644 --- a/tldr/linux/reflector +++ b/tldr/linux/reflector @@ -19,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git - Only get the 10 recently sync'd mirrors: `reflector --latest {{10}}` + +- Use a configuration file to fetch mirrors: + +`sudo reflector @{{/etc/xdg/reflector/reflector.conf}}` diff --git a/tldr/mkdir b/tldr/mkdir index 65d0a831..b6ff9c2f 100644 --- a/tldr/mkdir +++ b/tldr/mkdir @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mkdir > Create directories and set their permissions. -> More information: . +> More information: . - Create specific directories: