Merge branch 'master' of https://github.com/smurfix/kitty
This commit is contained in:
commit
bc3853dfac
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ _ksi_main() {
|
|||
builtin local venv="${VIRTUAL_ENV}/bin/activate"
|
||||
builtin local sourced=""
|
||||
_ksi_s_is_ok() {
|
||||
[[ -z "$sourced" && "$KITTY_CLONE_SOURCE_STRATEGIES" == *",$1,"* ]] && builtin return 0
|
||||
[[ -z "${sourced:-}" && "$KITTY_CLONE_SOURCE_STRATEGIES" == *",$1,"* ]] && builtin return 0
|
||||
builtin return 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue