mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Fix warning: Found unknown command `\args'
The problem was that 'cd' is a builtin. Thanks @MarkGriffiths Fixes #3418
This commit is contained in:
parent
14efcb7cc5
commit
ea3e144f2d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue