From fc337cf5c742d963b0351a263cfa130308070eac Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 4 Dec 2024 00:18:54 +0000 Subject: [PATCH] Update cheatsheets --- tldr/brew-list | 4 ++++ tldr/printenv | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tldr/brew-list b/tldr/brew-list index 9596e0c9..33f29a69 100644 --- a/tldr/brew-list +++ b/tldr/brew-list @@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git - List only casks: `brew list --cask` + +- List only pinned formulae: + +`brew list --pinned` diff --git a/tldr/printenv b/tldr/printenv index 84bd33b1..89c0739d 100644 --- a/tldr/printenv +++ b/tldr/printenv @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # printenv > Print values of all or environment variables. -> More information: . +> More information: . - Display key-value pairs of all environment variables: