zshrc: cmatrix Terminal-Screensaver nach 5 Min Idle

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-03-15 10:27:08 +01:00
parent 5ffa8712c4
commit 6c02ce982a

View file

@ -74,3 +74,9 @@ setopt AUTO_CD
# 9) Fenster-/Tab-Titel
precmd() { print -Pn "\e]0;%n@%m: %~\a" }
export COLORTERM=truecolor
# Terminal-Screensaver: cmatrix nach 5 Min Idle
if command -v cmatrix &>/dev/null; then
TMOUT=300
TRAPALRM() { cmatrix -sab }
fi