mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Merge branch 'fix-bash-intergration-var-leak' of https://github.com/syyyr/kitty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user