Call eshell-command-alert when a command in eshell gets terminated

This commit is contained in:
2025-03-31 13:01:29 +02:00
parent ae016f9db4
commit 514c182c30

View File

@@ -1052,7 +1052,8 @@ Now set up eshell.
(:map gpolonkai/pers-map
("e" . eshell))
:hook
(eshell-mode . gpolonkai/eshell-set-c-d-locally))
(eshell-mode . gpolonkai/eshell-set-c-d-locally)
(eshell-kill . eshell-command-alert))
#+end_src
** ~calendar~ & Co.