From 61c5f090f9d5b3f10d00db4c9a0e9a996bdcd2cd Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 18 Jun 2024 04:33:55 +0200 Subject: [PATCH] remove ugly colors from machine env options --- data/home/.machine_env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/home/.machine_env b/data/home/.machine_env index 46d1c1b..c136b3d 100644 --- a/data/home/.machine_env +++ b/data/home/.machine_env @@ -1,7 +1,7 @@ #!/bin/sh # seeding rng -RANDOM="2$(hostname | sum | cut -f 1 -d ' ')" +RANDOM="7$(hostname | sum | cut -f 1 -d ' ')" # rng function @@ -13,4 +13,4 @@ function random_from { # generated variables -export MACHINE_COLOR=$(random_from 1 2 3 4 5 6 7 8 9 10 11 12 13 14) +export MACHINE_COLOR=$(random_from 1 2 3 4 5 6 9 10 11 12 13 14)