mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
44afc9337b
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
14 lines
264 B
Markdown
14 lines
264 B
Markdown
# disable
|
|
|
|
> Disable built-in shell commands in Zsh.
|
|
> See also: `enable`.
|
|
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
|
|
|
- Disable command:
|
|
|
|
`disable {{command1 command2 ...}}`
|
|
|
|
- List all disabled commands:
|
|
|
|
`disable`
|