From bec21cf53be88895c4f46ba3664a1280b9304a15 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sat, 3 May 2025 16:07:27 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 728f89d..9d11955 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -212,8 +212,8 @@ rshift() { # tss aka terminal screen saver tss() { commands=("aafire -driver curses" "DISPLAY= cacafire" "cmatrix -a -b -s -u 5" "unimatrix.py") - random_command="${commands[ $RANDOM % ${#commands[@]} ]}" - $random_command + random_command=${commands[ $RANDOM % ${#commands[@]} ]} + "$random_command" } # ---