aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc-linux-desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 1c7421e..261a2fd 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -386,7 +386,7 @@ fuck() {
while true; do
echo -en "\e[$((RANDOM%2));$((RANDOM%8+30))m"
- for i in {1..4}; do
+ for i in {1..${#fuck}}; do
if [[ $((RANDOM%2)) -eq 1 ]]; then
echo -n $fuck[$i] | tr '[:lower:]' '[:upper:]'
else