BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit c6e8290b43 - Show all commits

View File

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