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 89cdf8157f - Show all commits

View File

@@ -893,7 +893,7 @@
function load-branch { function load-branch {
rcvr="$1" # branch which we want to modify rcvr="$1" # branch which we want to modify
base="$2" # branch with the changes we want base="$2" # branch with the changes we want
if [[ "$1" == main ]]; if [[ "$1" == main ]]; then
echo "Are you nuts, fool!? Not main! Do it manually!" echo "Are you nuts, fool!? Not main! Do it manually!"
exit 1 exit 1
fi fi