Compare commits

..

2 Commits

Author SHA1 Message Date
ad6b9d4794 Remove TBD from commit code by using commit. :) 2025-11-28 15:00:43 -07:00
c6e8290b43 Add commit function to bashrc. 2025-11-28 14:57:22 -07:00

View File

@@ -1031,8 +1031,6 @@
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.
function commit_usage {
echo 'Usage: commit "This is a commit message"'
}
@@ -1135,6 +1133,7 @@
{{ global_functions }}
{{ alias_docker_other }}
{{ alias_flatpak_clean }}
{{ alias_commit }}
- name: General | Account Management | Users | Files | .bashrc
blockinfile: