commit 45b4285d11e59abe5d2c2ccc87ef19b4600a1664 parent 2df2d1c1f6738c0d9ef3b6c090bd56deeba1be6b Author: ccx <ccx@te2000.cz> Date: Wed, 9 Oct 2024 21:15:00 +0000 Add atop Diffstat:
M | bin/handle-nsx11-message | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -309,6 +309,10 @@ case $data in in_terminal htop --readonly ;; + (atop) + in_terminal atop + ;; + (zsh-history) update-zsh-history ;;