summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-26 22:27:53 -0700
committerxyz <gky44px1999@gmail.com>2021-09-26 22:27:53 -0700
commit6f2a7e1a2be945a5d9bbf4c6b8b2ae738d350de3 (patch)
treee4cd80abd69c4f82f0d94793c1da294cba574330 /.local
parent9f8d13f0bc699a9859378cf472cd54a2c65da067 (diff)
upd misc add cfgc submodule update
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/upd3
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
}