mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Merge branch 'fix-bash-intergration-var-leak' of https://github.com/syyyr/kitty
This commit is contained in:
commit
8ba7258db9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue