diff --git a/rc_shared.sh b/rc_shared.sh index 312b518..bf62b62 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -29,6 +29,7 @@ BOLD=`tput bold` # Related specifically to this project. function update-shared { + echo "Reloading the '~/.rc_shared' file from env-shared." branch="$1" if [[ -z "$branch" ]]; then branch="dev" @@ -42,6 +43,8 @@ function update-shared { mv -v $dir/rc_shared.sh ~/.rc_shared mv -v $dir ~/TRASH/"$dir-`date "+%Y%m%d-%H%M%S"`" + + echo "Complete! Please note this does NOT update bin files." } alias shared-update="update-shared" alias reload-shared="update-shared"