From 60e7fa8a31edac2ecdb44e66dff66dd14713e9d6 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Tue, 12 Mar 2019 13:26:32 -0500 Subject: [PATCH] Fixed so the code compiles --- Arch/.bashrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Arch/.bashrc b/Arch/.bashrc index 757c289..284a486 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -116,3 +116,10 @@ branchdelete(){ git push --delete origin $1 echo There you go; } + +updateconfigs (){ + cd ~/GIT/configs + whatthecom + git push origin master + cd ~ +}