mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
...
This commit is contained in:
@@ -115,6 +115,8 @@ def command_for_open(program='default'):
|
||||
program = to_cmdline(program)
|
||||
if program == ['default']:
|
||||
cmd = ['open'] if is_macos else ['xdg-open']
|
||||
else:
|
||||
cmd = program
|
||||
return cmd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user