aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-04-01 21:58:37 -0700
committerkatherine <shmibs@shmibbles.me>2016-04-01 21:58:37 -0700
commited46d578049765bea416b092313e6c85cd978641 (patch)
treee61ccb17e4a3ec7afd9a605e2b70ce6efad6edde /.zshrc-linux-desktop
parent1598adeb733ec668fa90f6345f11cdca581070de (diff)
downloaddotfiles-ed46d578049765bea416b092313e6c85cd978641.tar.gz
fug :D
Diffstat (limited to '.zshrc-linux-desktop')
-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