Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-11 00:32:34 +00:00
parent d6d780c016
commit 084ddc68da
3 changed files with 69 additions and 0 deletions

18
tldr/disable Normal file
View File

@@ -0,0 +1,18 @@
---
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`