From 80d1a54f2ba578f79cc494b6fb62b70b9da6742e Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 7 Feb 2026 09:50:42 +0000 Subject: [PATCH] common/*: add alias pages for Zsh builtins (#21035) --- pages/common/bye.md | 7 +++++++ pages/common/chdir.md | 7 +++++++ pages/common/getln.md | 7 +++++++ pages/common/pushln.md | 7 +++++++ pages/common/rehash.md | 7 +++++++ pages/common/unfunction.md | 7 +++++++ 6 files changed, 42 insertions(+) create mode 100644 pages/common/bye.md create mode 100644 pages/common/chdir.md create mode 100644 pages/common/getln.md create mode 100644 pages/common/pushln.md create mode 100644 pages/common/rehash.md create mode 100644 pages/common/unfunction.md diff --git a/pages/common/bye.md b/pages/common/bye.md new file mode 100644 index 0000000000..1770ac64ab --- /dev/null +++ b/pages/common/bye.md @@ -0,0 +1,7 @@ +# bye + +> This command is an alias of `exit`. + +- View documentation for the original command: + +`tldr exit` diff --git a/pages/common/chdir.md b/pages/common/chdir.md new file mode 100644 index 0000000000..73078aeec4 --- /dev/null +++ b/pages/common/chdir.md @@ -0,0 +1,7 @@ +# chdir + +> This command is an alias of `cd`. + +- View documentation for the original command: + +`tldr cd` diff --git a/pages/common/getln.md b/pages/common/getln.md new file mode 100644 index 0000000000..3d206977db --- /dev/null +++ b/pages/common/getln.md @@ -0,0 +1,7 @@ +# getln + +> This command is an alias of `read -zr`. + +- View documentation for the original command: + +`tldr read` diff --git a/pages/common/pushln.md b/pages/common/pushln.md new file mode 100644 index 0000000000..a587f20962 --- /dev/null +++ b/pages/common/pushln.md @@ -0,0 +1,7 @@ +# pushln + +> This command is an alias of `print -nz`. + +- View documentation for the original command: + +`tldr print` diff --git a/pages/common/rehash.md b/pages/common/rehash.md new file mode 100644 index 0000000000..fac3b89ff5 --- /dev/null +++ b/pages/common/rehash.md @@ -0,0 +1,7 @@ +# rehash + +> This command is an alias of `hash -r`. + +- View documentation for the original command: + +`tldr hash` diff --git a/pages/common/unfunction.md b/pages/common/unfunction.md new file mode 100644 index 0000000000..89cddc1710 --- /dev/null +++ b/pages/common/unfunction.md @@ -0,0 +1,7 @@ +# unfunction + +> This command is an alias of `unhash -f`. + +- View documentation for the original command: + +`tldr unhash`