diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 4c75853..7dd7460 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1031,8 +1031,7 @@ alias_flatpak_clean: | alias flatpak-clean="flatpak uninstall --unused" alias_commit: | - # TBD function to git add, git commit, and git push in a single go. - # Already exists on Termux env. Needs tested. + # TBD - Needs tested. function commit_usage { echo 'Usage: commit "This is a commit message"' } @@ -1135,6 +1134,7 @@ {{ global_functions }} {{ alias_docker_other }} {{ alias_flatpak_clean }} + {{ alias_commit }} - name: General | Account Management | Users | Files | .bashrc blockinfile: