From 833fc25f4db7938246689d432d8deca43079bd26 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 10 Sep 2025 00:57:25 +0200 Subject: [PATCH] home up updated. --- .zsh/functions.d/home.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/functions.d/home.sh b/.zsh/functions.d/home.sh index 33436a35..761bb438 100644 --- a/.zsh/functions.d/home.sh +++ b/.zsh/functions.d/home.sh @@ -12,8 +12,10 @@ function _home_help() { echo "Available commands:" echo "" echo "help: Show this help text." + echo "diff Show the file differences." echo "pull: Execute git pull in $HOME." echo "sub: Update all submodules of $HOME." + echo "status Show Git status." echo "up: Pull and update submodules in $HOME." }