Merge branch 'fix-bash-intergration-var-leak' of https://github.com/syyyr/kitty

This commit is contained in:
Kovid Goyal 2023-05-04 08:05:33 +05:30
commit 8ba7258db9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -80,7 +80,7 @@ _ksi_prompt=(
)
_ksi_main() {
builtin local ifs="$IFS"
builtin local ifs="$IFS" i
IFS=" "
for i in ${KITTY_SHELL_INTEGRATION[@]}; do
case "$i" in