mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Fix warning: Found unknown command `\args'
The problem was that 'cd' is a builtin. Thanks @MarkGriffiths Fixes #3418
This commit is contained in:
@@ -131,7 +131,7 @@ The following special input functions are available:
|
||||
\subsection bind-example Examples
|
||||
|
||||
\fish
|
||||
bind \\cd 'exit'
|
||||
bind <asis>\\cd</asis> 'exit'
|
||||
\endfish
|
||||
Causes `fish` to exit when @key{Control,D} is pressed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user