Skip to content

Commit

Permalink
update through script - 2024-06-11 00:59:15
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Jun 10, 2024
1 parent f96b2d6 commit ac9751b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .local/bin/scripts/backup
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ sb() {
}

nvim() {
git -C "$NVIM_DIR" add .
git -C "$NVIM_DIR" commit -m "update through script - $timestamp"
git -C "$NVIM_DIR" push
echo "$NVIM_DIR comitted"
git -C "$NEOVIM_DIR" add .
git -C "$NEOVIM_DIR" commit -m "update through script - $timestamp"
git -C "$NEOVIM_DIR" push
echo "$NEOVIM_DIR comitted"
}

case "$1" in
Expand Down

0 comments on commit ac9751b

Please sign in to comment.