From 480da3c9933180d278fdf887a401f8f3c109ba32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 14:14:05 +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 67195ae..bcfd3a9 100644 --- a/installgpush.sh +++ b/installgpush.sh @@ -3,4 +3,5 @@ mkdir /opt/gpush wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gpush/" -echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> ~\.bashrc \ No newline at end of file +cd ~ +echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc \ No newline at end of file