diff options
Diffstat (limited to 'home/xyz/.local/bin')
| -rwxr-xr-x | home/xyz/.local/bin/upd | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index ed1d12cc..70d92f8e 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -104,6 +104,8 @@ usb () {  	cfg -l push usb  	cfg -s push  	git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb +	# not sure if useful or not +	sync  }  if [ $# -eq 0 ]; then | 
