diff --git a/.local/bin/scripts/shutdown.sh b/.local/bin/scripts/shutdown.sh index 7c65a61..2b55e64 100755 --- a/.local/bin/scripts/shutdown.sh +++ b/.local/bin/scripts/shutdown.sh @@ -29,7 +29,7 @@ zip -9 $file $HOME/.bash_history # Add the file to git and upload to remote git add $file git -c commit.gpgsign=false commit -m "add($(hostname)): '$file'" -gitf u +git push origin master # Empty the .bash_history file for next session : > $HOME/.bash_history