diff --git a/rc_shared.sh b/rc_shared.sh index b1e8b5c..b52f895 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -29,7 +29,7 @@ export BOLD="`tput bold`" # Related specifically to this project. 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" if [[ -z "$branch" ]]; then branch="dev" @@ -44,7 +44,7 @@ function update-shared { 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 reload-shared="update-shared"