From ecb74aed291348c70ccd8156e7c1032bb7144db7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Apr 2022 11:05:36 +0530 Subject: [PATCH] ... --- shell-integration/ssh/kitty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell-integration/ssh/kitty b/shell-integration/ssh/kitty index 55448cde4..2814c3840 100755 --- a/shell-integration/ssh/kitty +++ b/shell-integration/ssh/kitty @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2018 Kovid Goyal +# +# Distributed under terms of the GPLv3 license. { \unalias command; \unset -f command; } >/dev/null 2>&1