Use a single kitty invocation for manual shell integration

This commit is contained in:
Kovid Goyal
2021-11-08 11:27:10 +05:30
parent 8218df82f2
commit 4841502959
3 changed files with 9 additions and 3 deletions

View File

@@ -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)