mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(bash): use git directly instead of function in shutdown script (#119)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/119
This commit is contained in:
parent
7cec26678b
commit
e9d980e3ff
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue