mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 19:57:59 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/disable
Normal file
18
tldr/disable
Normal 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`
|
||||
Reference in New Issue
Block a user