Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit bef7091063 - Show all commits
+2 -2
View File
@@ -29,7 +29,7 @@ export BOLD="`tput bold`"
# Related specifically to this project. # Related specifically to this project.
function update-shared { function update-shared {
log "Reloading the '~/.rc_shared' file from env-shared.\n" log "`date` - Reloading the '~/.rc_shared' file from env-shared.\n"
branch="$1" branch="$1"
if [[ -z "$branch" ]]; then if [[ -z "$branch" ]]; then
branch="dev" branch="dev"
@@ -44,7 +44,7 @@ function update-shared {
mv -v $dir ~/TRASH/"$dir-`date "+%Y%m%d-%H%M%S"`" mv -v $dir ~/TRASH/"$dir-`date "+%Y%m%d-%H%M%S"`"
blog "Complete! Please note this does NOT update bin files." log "\n`date` - Complete! Please note this does NOT update bin files."
} }
alias shared-update="update-shared" alias shared-update="update-shared"
alias reload-shared="update-shared" alias reload-shared="update-shared"