mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
Merge branch 'patch-1' of https://github.com/piorrro33/kitty
This commit is contained in:
@@ -226,7 +226,7 @@ exec_login_shell() {
|
||||
;;
|
||||
(*)
|
||||
# not blank
|
||||
printf "%s" "$KITTY_SHELL_INTEGRATION" | command grep '\bno-rc\b' || exec_with_shell_integration
|
||||
printf "%s" "$KITTY_SHELL_INTEGRATION" | command grep -q '\bno-rc\b' || exec_with_shell_integration
|
||||
# either no-rc or exec failed
|
||||
unset KITTY_SHELL_INTEGRATION
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user