mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Add shebangs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
() {
|
||||
if [[ ! -o interactive ]]; then return; fi
|
||||
if [[ -z "$KITTY_SHELL_INTEGRATION" ]]; then return; fi
|
||||
|
||||
Reference in New Issue
Block a user