From 444a690a865ad8bae5d74e780901a592905c4818 Mon Sep 17 00:00:00 2001 From: pagedown Date: Wed, 23 Feb 2022 14:37:45 +0800 Subject: [PATCH] Remove the extra comment line --- shell-integration/bash/kitty.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/shell-integration/bash/kitty.bash b/shell-integration/bash/kitty.bash index b940bd193..41a35a2e6 100644 --- a/shell-integration/bash/kitty.bash +++ b/shell-integration/bash/kitty.bash @@ -22,7 +22,6 @@ _ksi_main() { # print a line to STDOUT of parent kitty process builtin local b=$(builtin command base64 <<< "${@}") builtin printf "\eP@kitty-print|%s\e\\" "${b//\\n}" - # " } _ksi_safe_source() {