diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-17 00:05:01 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-17 00:05:01 -0700 |
commit | a2690f9eebfd3b9118203a548c4eeccf6b78f7d5 (patch) | |
tree | 6e466150f4f001aadcb55cd8835dcb7940306be8 /.local/bin/upd | |
parent | f40125600954f2a1e059c82d1a10a33a6d8067d6 (diff) |
combine cfgx to cfg, add chmod feature to cfg, update cfgx to cfg in scripts
Diffstat (limited to '.local/bin/upd')
-rwxr-xr-x | .local/bin/upd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index b759b44d..65452b37 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -51,7 +51,7 @@ g () misc () { - cfgc submodule foreach git pull + cfg -c submodule foreach git pull nvim +PlugUpgrade +PlugClean! +PlugUpdate +qa tldr --update sudo hardcode-fixer @@ -89,9 +89,9 @@ refl () usb () { - cfgc push usb - cfgl push usb - cfgs push + 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 } |