home up updated.

This commit is contained in:
Johannes Findeisen 2025-09-10 00:57:25 +02:00
commit 833fc25f4d

View file

@ -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."
}