ooops
This commit is contained in:
parent
a7cdcfcc16
commit
e990d233e5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ _ksi_inject() {
|
|||
}
|
||||
_ksi_inject
|
||||
builtin unset -f _ksi_inject
|
||||
if [ -n "$_ksi_prompt[sourced]" ]; then
|
||||
if [[ "$_ksi_prompt[sourced]" != "[sourced]" ]]; then
|
||||
# we have already run
|
||||
builtin unset KITTY_SHELL_INTEGRATION
|
||||
builtin return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue