Merge branch 'fix-bash-intergration-var-leak' of https://github.com/syyyr/kitty
This commit is contained in:
commit
8ba7258db9
@ -80,7 +80,7 @@ _ksi_prompt=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
_ksi_main() {
|
_ksi_main() {
|
||||||
builtin local ifs="$IFS"
|
builtin local ifs="$IFS" i
|
||||||
IFS=" "
|
IFS=" "
|
||||||
for i in ${KITTY_SHELL_INTEGRATION[@]}; do
|
for i in ${KITTY_SHELL_INTEGRATION[@]}; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user