diff options
| -rwxr-xr-x | home/xyz/.local/bin/upd | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index b3839539..53686306 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -51,7 +51,7 @@ kg () {  }  misc () { -	cfg -c submodule foreach git pull +	cfg -l submodule foreach git pull  	"$EDITOR" +PlugUpgrade +PlugClean! +PlugUpdate +qa  	tldr --update  	sudo hardcode-fixer @@ -93,7 +93,6 @@ refl () {  }  usb () { -	cfg -c push usb  	cfg -l push usb  	cfg -s push  	git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb | 
