From 4346ba0286212be8279666301382230bca79b83a Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 22:56:19 +0000 Subject: [PATCH] Autocommitted updated scripts from --- bash_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases.sh b/bash_aliases.sh index 52725a4..c89f812 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -56,6 +56,7 @@ function copy_func() function bashreload() { + reload_scripts_only ( cd "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )" needs_push=false @@ -68,7 +69,6 @@ function bashreload() git push fi ) - reload_scripts_only } function man ()