diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 03:45:44 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 03:45:44 -0800 |
commit | 2e872221ade31dca6499191478d5426acc74c697 (patch) | |
tree | 44f4465f4b7a855e837bbad713417e03738a5ed2 /home/xyz/.local/bin/upd | |
parent | 317663cba8aa97bd0eb083140719425b93db3396 (diff) |
update
Diffstat (limited to 'home/xyz/.local/bin/upd')
-rwxr-xr-x | home/xyz/.local/bin/upd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index cea16ebf..434a2168 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -45,6 +45,7 @@ misc () { #git --git-dir="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/.git/" --work-tree="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/" pull git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git" --work-tree="$XDG_DOCUMENTS_DIR/notes" pull git --git-dir="$HOME/programs/reminders/.git" --work-tree="$HOME/programs/reminders" pull + pass git pull rustup update } |