Use filename completer on run-shell-command (#5729)
This commit is contained in:
parent
482cc22fec
commit
86ae81ec5d
1 changed files with 1 additions and 1 deletions
|
@ -2335,7 +2335,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
|||
aliases: &["sh"],
|
||||
doc: "Run a shell command",
|
||||
fun: run_shell_command,
|
||||
completer: Some(completers::directory),
|
||||
completer: Some(completers::filename),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue