-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Describe the bug
zsh without any running for- or background tasks throws waring before closing by OS.
Environment / Versions
- kitty:
kitty 0.42.1 created by Kovid Goyal
- Archlinux:
Linux 6.15.4-arch2-1
- zsh:
zsh 5.9 (x86_64-pc-linux-gnu)
- bash:
GNU bash, version 5.2.37(1)-release (x86_64-pc-linux-gnu)
- fish:
fish, version 4.0.2
Steps to reproduce the behavior
- Install kitty, bash, fish and zsh
- Start new kitty shell with fish like
kitty --config NONE fish --no-config
, or with bash likekitty --config NONE bash --norc --noprofile
. - Close it by OS, x button on window, or $mod + q or however you close windows in your OS. This just closes the kitty window for me, without any warning.
- Open new kitty window with zsh like
kitty --config NONE zsh --no-rcs
, and close it by OS again. Throws warning: "Are you sure you want to close this OS Window? It is running: zsh. [Yes] [No]"
Expected behavior
zsh should close without any warning just like bash and fish.