mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
ssh kitten: Install kitty bootstrap on systems other than linux/darwin as now we have kitten which works on more types of systems
This commit is contained in:
@@ -261,8 +261,6 @@ def exec_with_shell_integration():
|
||||
|
||||
def install_kitty_bootstrap():
|
||||
kitty_remote = os.environ.pop('KITTY_REMOTE', '')
|
||||
if os.uname().sysname not in ('Linux', 'Darwin'):
|
||||
return
|
||||
kitty_exists = shutil.which('kitty')
|
||||
if kitty_remote == 'yes' or (kitty_remote == 'if-needed' and not kitty_exists):
|
||||
kitty_dir = os.path.join(data_dir, 'kitty', 'bin')
|
||||
|
||||
Reference in New Issue
Block a user