mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
common/*: add alias pages for Zsh builtins (#21035)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# bye
|
||||
|
||||
> This command is an alias of `exit`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr exit`
|
||||
@@ -0,0 +1,7 @@
|
||||
# chdir
|
||||
|
||||
> This command is an alias of `cd`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr cd`
|
||||
@@ -0,0 +1,7 @@
|
||||
# getln
|
||||
|
||||
> This command is an alias of `read -zr`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr read`
|
||||
@@ -0,0 +1,7 @@
|
||||
# pushln
|
||||
|
||||
> This command is an alias of `print -nz`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr print`
|
||||
@@ -0,0 +1,7 @@
|
||||
# rehash
|
||||
|
||||
> This command is an alias of `hash -r`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr hash`
|
||||
@@ -0,0 +1,7 @@
|
||||
# unfunction
|
||||
|
||||
> This command is an alias of `unhash -f`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr unhash`
|
||||
Reference in New Issue
Block a user