HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

disable — Disable built-in shell commands in Zsh. See also: `enable`. More information: <https://zsh.sourcefor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
shellcommandcommandszshclidisablebuilt

Problem

How to use the disable command: Disable built-in shell commands in Zsh. See also: enable. More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.

Solution

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

Code Snippets

Disable command

disable {{command1 command2 ...}}

List all disabled commands

disable

Context

tldr-pages: common/disable

Revisions (0)

No revisions yet.