From a5557574f983b2c260343c8e794fd8b85b2ab30c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 28 Jan 2026 22:26:11 +0800 Subject: [PATCH] .. --- scripts/validate-form/main.js | 4 ++-- yazi-boot/src/actions/debug.rs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/validate-form/main.js b/scripts/validate-form/main.js index 9c4b0827..6413b4a5 100644 --- a/scripts/validate-form/main.js +++ b/scripts/validate-form/main.js @@ -8,7 +8,7 @@ function bugReportBody(creator, content, hash) { return null } - return `Hey @${creator}, thank you for opening this issue to help us improve Yazi - we really appreciate it! + return `Hey @${creator}, thank you for opening this issue to help us improve Yazi, appreciate it! I noticed that you did not correctly follow the issue template. Please ensure that: @@ -27,7 +27,7 @@ function featureRequestBody(creator, content) { return null } - return `Hey @${creator}, thank you for opening this issue to help us improve Yazi - we really appreciate it! + return `Hey @${creator}, thank you for opening this issue to help us improve Yazi, appreciate it! I noticed that you did not correctly follow the issue template. Please ensure that: diff --git a/yazi-boot/src/actions/debug.rs b/yazi-boot/src/actions/debug.rs index 0b338e2e..681e51ab 100644 --- a/yazi-boot/src/actions/debug.rs +++ b/yazi-boot/src/actions/debug.rs @@ -62,6 +62,7 @@ impl Actions { writeln!(s, " YAZI_FILE_ONE : {:?}", env::var_os("YAZI_FILE_ONE"))?; writeln!(s, " YAZI_CONFIG_HOME : {:?}", env::var_os("YAZI_CONFIG_HOME"))?; writeln!(s, " YAZI_ZOXIDE_OPTS : {:?}", env::var_os("YAZI_ZOXIDE_OPTS"))?; + writeln!(s, " SSH_AUTH_SOCK : {:?}", env::var_os("SSH_AUTH_SOCK"))?; writeln!(s, " FZF_DEFAULT_OPTS : {:?}", env::var_os("FZF_DEFAULT_OPTS"))?; writeln!(s, " FZF_DEFAULT_COMMAND: {:?}", env::var_os("FZF_DEFAULT_COMMAND"))?;