diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 22:27:53 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 22:27:53 -0700 |
commit | 6f2a7e1a2be945a5d9bbf4c6b8b2ae738d350de3 (patch) | |
tree | e4cd80abd69c4f82f0d94793c1da294cba574330 /.local/bin/upd | |
parent | 9f8d13f0bc699a9859378cf472cd54a2c65da067 (diff) |
upd misc add cfgc submodule update
Diffstat (limited to '.local/bin/upd')
-rwxr-xr-x | .local/bin/upd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index 3a3fcf39..a1f38509 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -31,8 +31,9 @@ kg () misc () { - tldr --update + cfgc submodule foreach git pull nvim +PlugUpgrade +PlugClean! +PlugUpdate +qa + tldr --update sudo hardcode-fixer } |