diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-28 00:23:20 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-28 00:23:20 -0800 |
commit | 7f24ff43a3e561f99558c03dd180548bebe38475 (patch) | |
tree | 1a96c0d19bebf672e6ea65e6cc7ca105c574d3d6 /home | |
parent | f0c30cdf964cc18c046a517c3e92c6b0113e537f (diff) |
upd, usb, reminders
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index f2f5baff..6a784fa1 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -106,6 +106,7 @@ usb () { cfg -l push usb cfg -s push git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb + git --git-dir="$HOME/programs/reminders/.git/" --work-tree="$HOME/programs/reminders/" push usb # not sure if useful or not sync } |