From 75f9bab974a7ad058bb7dcff9c31ea248aab480a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 3 Oct 2025 00:46:16 +0200 Subject: [PATCH] Small fix. --- .zsh/functions.d/home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/functions.d/home.sh b/.zsh/functions.d/home.sh index 58125686..5eec999c 100644 --- a/.zsh/functions.d/home.sh +++ b/.zsh/functions.d/home.sh @@ -61,7 +61,7 @@ function home() { fi fi else - echo "/home/hanez was already updated in the last 24 hours." + echo "$HOME was already updated in the last 24 hours." echo "Run this to force updating: home up f" fi else