mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 14:14:48 +02:00
Use a single kitty invocation for manual shell integration
This commit is contained in:
@@ -149,3 +149,7 @@ def script_path(shell: str = '') -> str:
|
||||
else:
|
||||
f = f'kitty.{shell}'
|
||||
return os.path.join(shell_integration_dir, f)
|
||||
|
||||
|
||||
def print_fish_paths() -> None:
|
||||
print(fish_completions_dir, script_path('fish'), sep=os.pathsep)
|
||||
|
||||
Reference in New Issue
Block a user