common/*: add alias pages for Zsh builtins (#21035)

This commit is contained in:
Dylan
2026-02-07 09:50:42 +00:00
committed by GitHub
parent 3102b13573
commit 80d1a54f2b
6 changed files with 42 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# bye
> This command is an alias of `exit`.
- View documentation for the original command:
`tldr exit`
+7
View File
@@ -0,0 +1,7 @@
# chdir
> This command is an alias of `cd`.
- View documentation for the original command:
`tldr cd`
+7
View File
@@ -0,0 +1,7 @@
# getln
> This command is an alias of `read -zr`.
- View documentation for the original command:
`tldr read`
+7
View File
@@ -0,0 +1,7 @@
# pushln
> This command is an alias of `print -nz`.
- View documentation for the original command:
`tldr print`
+7
View File
@@ -0,0 +1,7 @@
# rehash
> This command is an alias of `hash -r`.
- View documentation for the original command:
`tldr hash`
+7
View File
@@ -0,0 +1,7 @@
# unfunction
> This command is an alias of `unhash -f`.
- View documentation for the original command:
`tldr unhash`