From 282dfe5a4fc4df89bc7b4d1539ecb296fdaa0152 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 10 Jul 2024 09:34:18 +0800 Subject: [PATCH] .. --- yazi-fm/src/executor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/yazi-fm/src/executor.rs b/yazi-fm/src/executor.rs index e34d4a71e..dcc9f89b2 100644 --- a/yazi-fm/src/executor.rs +++ b/yazi-fm/src/executor.rs @@ -99,6 +99,7 @@ impl<'a> Executor<'a> { on!(MANAGER, unyank); on!(MANAGER, paste, &self.app.cx.tasks); on!(MANAGER, link, &self.app.cx.tasks); + on!(MANAGER, hardlink, &self.app.cx.tasks); on!(MANAGER, remove, &self.app.cx.tasks); on!(MANAGER, remove_do, &self.app.cx.tasks); on!(MANAGER, create);