mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
fix: paste --force doesn't work on existing read-only files with the same name (#3894)
This commit is contained in:
parent
463150848d
commit
ae4c138f49
10 changed files with 73 additions and 20 deletions
|
|
@ -41,9 +41,9 @@ impl Actor for Shell {
|
|||
|
||||
TasksProxy::open_shell_compat(ProcessOpt {
|
||||
cwd,
|
||||
cmd: form.run.to_string().into(),
|
||||
args: selected,
|
||||
block: form.block,
|
||||
cmd: form.run.to_string().into(),
|
||||
args: selected,
|
||||
block: form.block,
|
||||
orphan: form.orphan,
|
||||
spread: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue