Files
cheatsheet-tldr/tldr/disable
2026-02-11 00:32:34 +00:00

19 lines
357 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`