diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-13 23:33:10 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-13 23:33:10 -0800 |
commit | 21b4ef31075aeacad95b5eeecb27f1bf21649953 (patch) | |
tree | fa56c8b03996cd6fee45f983cd4c7292050bb705 /home/xyz | |
parent | 5e79d15f2071f24508d370c387fd3cce4f6c8f67 (diff) |
refactor
Diffstat (limited to 'home/xyz')
-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 1c86ca24..8f991277 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -86,6 +86,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 + sync } |