diff options
Diffstat (limited to 'home/xyz/.local/bin')
| -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  } | 
