zshrc: pipes.sh und cbonsai in Screensaver-Rotation und Cheatsheet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c4d9eeac6f
commit
f3a8571057
1 changed files with 5 additions and 0 deletions
|
|
@ -218,6 +218,9 @@ tools() {
|
|||
────────────────────────────────────────────────────────────────
|
||||
cmatrix Matrix-Regen (q = quit)
|
||||
asciiquarium Aquarium im Terminal (q = quit)
|
||||
pipes.sh animierte Rohre (q = quit)
|
||||
cbonsai -l wachsender Bonsai-Baum (q = quit)
|
||||
ls | nms Sneakers-Entschlüsselungseffekt
|
||||
fortune | cowsay zufaelliger Spruch mit Kuh
|
||||
|
||||
TOOLS
|
||||
|
|
@ -229,6 +232,8 @@ TRAPALRM() {
|
|||
local screensavers=()
|
||||
command -v cmatrix &>/dev/null && screensavers+=("cmatrix -sab")
|
||||
command -v asciiquarium &>/dev/null && screensavers+=("asciiquarium")
|
||||
command -v pipes.sh &>/dev/null && screensavers+=("pipes.sh -t 0 -p 4")
|
||||
command -v cbonsai &>/dev/null && screensavers+=("cbonsai -l")
|
||||
(( ${#screensavers[@]} )) && eval "${screensavers[$((RANDOM % ${#screensavers[@]} + 1))]}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue