mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
fix(bash): use git directly instead of function in shutdown script
This commit is contained in:
parent
7cec26678b
commit
3f7ec87e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ zip -9 $file $HOME/.bash_history
|
||||||
# Add the file to git and upload to remote
|
# Add the file to git and upload to remote
|
||||||
git add $file
|
git add $file
|
||||||
git -c commit.gpgsign=false commit -m "add($(hostname)): '$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
|
# Empty the .bash_history file for next session
|
||||||
: > $HOME/.bash_history
|
: > $HOME/.bash_history
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue