Add shebangs
This commit is contained in:
parent
2fcd57410a
commit
0ec10b52e0
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
_ksi_main() {
|
||||
if [[ $- != *i* ]] ; then return; fi # check in interactive mode
|
||||
if [[ -z "$KITTY_SHELL_INTEGRATION" ]]; then return; fi
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
() {
|
||||
if [[ ! -o interactive ]]; then return; fi
|
||||
if [[ -z "$KITTY_SHELL_INTEGRATION" ]]; then return; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user