From 1d073bbe130ce01d029cc83d4bccd47150e4c09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:15:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstallgpush.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installgpush.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installgpush.sh b/installgpush.sh index 77fc1af..71418f1 100644 --- a/installgpush.sh +++ b/installgpush.sh @@ -4,4 +4,5 @@ mkdir /opt/gpush wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gpush/ cd ~ -echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc \ No newline at end of file +echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc +source ~/.bashrc \ No newline at end of file