From b0b82bde2aa587fe8e0499792084f5c006c411b3 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 10 Nov 2021 20:02:42 +0000 Subject: [PATCH] Add bash-completions to make things nice --- scripts/gcp-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcp-create.sh b/scripts/gcp-create.sh index 7d5ef03..36dd725 100755 --- a/scripts/gcp-create.sh +++ b/scripts/gcp-create.sh @@ -24,7 +24,7 @@ done echo "+++ configuring VM" gcloud compute ssh --zone=$ZONE $NAME@$VM --ssh-flag='-A' < .ssh/known_hosts git config --global color.ui auto git config --global push.default simple