From 1a75c57a90ef7beb1fd8eda32e069909c6ebd457 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 26 Jan 2026 17:38:57 -0500 Subject: [PATCH] [bash] Put small delay in fixtime --- bash/.aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.aliases b/bash/.aliases index c898e47..ce75451 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -41,4 +41,4 @@ alias hrotp="pass otp work/hungryroot/okta" # UTM related nonsense alias toggle_ntp="sudo timedatectl set-ntp $(timedatectl show -p NTP --value | grep -q yes && echo false || echo true)" -alias fixtime="toggle_ntp && toggle_ntp" +alias fixtime="toggle_ntp && sleep 3 && toggle_ntp"