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