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 a4378c2bb3 - Show all commits

View File

@@ -1019,8 +1019,10 @@
alias hugo-server-prod="hugo server --gc --minify"
alias hugo-server="hugo-server-dev"
global_functions: |
ls "{{ global_bin }}/"*".function" | while read global_function; do
source "$global_function"
for global_function in "{{ global_bin }}/"*".function"; do
if [[ -f "$global_function" ]]; then
. "$global_function"
fi
done
- name: General | Account Management | Users | Files | Common Variable