summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-04-11 16:45:51 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-04-11 19:19:02 -0400
commit2c5e5214af8b59055c03fc0a8b5aa220e151c367 (patch)
treecb0ef2de87d443e486f1fabbc8140881a4554b85 /x11-terms
parentx11-terms/kitty-shell-integration: add 0.25.0 (diff)
downloadgentoo-2c5e5214af8b59055c03fc0a8b5aa220e151c367.tar.gz
gentoo-2c5e5214af8b59055c03fc0a8b5aa220e151c367.tar.bz2
gentoo-2c5e5214af8b59055c03fc0a8b5aa220e151c367.zip
x11-terms/kitty-shell-integration: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
index 4bf3e29efd4b..c50ecb7f91d9 100644
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
@@ -31,4 +31,7 @@ src_install() {
dosym -r /usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
# zsh integration is handled automatically without needing to modify rc files,
# but may require user intervention depending on zsh invocation or if remote
+
+ # this is used internally by the ssh kitten and is not useful there
+ rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
}