mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'patch-1' of https://github.com/Silent-Crafter/kitty
This commit is contained in:
commit
1b7582e85c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ _ksi_main() {
|
|||
if [[ -z "$KITTY_SHELL_INTEGRATION" ]]; then return; fi
|
||||
declare -A _ksi_prompt=( [cursor]='y' [title]='y' [mark]='y' [complete]='y' )
|
||||
set -f
|
||||
for i in ${KITTY_SHELL_INTEGRATION}; do
|
||||
for i in ${KITTY_SHELL_INTEGRATION[@]}; do
|
||||
set +f
|
||||
if [[ "$i" == "no-cursor" ]]; then _ksi_prompt[cursor]='n'; fi
|
||||
if [[ "$i" == "no-title" ]]; then _ksi_prompt[title]='n'; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue