diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:26:15 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:26:15 -0800 |
commit | 9568a2ed6e8e17699fcb8880edc8a1ff7d1b7942 (patch) | |
tree | 4b8276747e63071932a0559e8a4210ebf1d4c7a4 /home/xyz/.local | |
parent | 15c6c4e514743e55908bdebddac9af889f2a399f (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 4895e32c..d768403c 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -62,7 +62,10 @@ misc () { sudo hardcode-fixer awk '!a[$0]++' "$XDG_DATA_HOME/sdcv_history" | sponge "$XDG_DATA_HOME/sdcv_history" # temperory solution before find a way of using git submodule or subtree with `cfg -l` - git --git-dir="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/.git/" --work-tree="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/" pull + git -C "$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks" pull + git -C "$XDG_DOCUMENTS_DIR/notes" push + git -C "$HOME/programs/reminders" push + pass git push rustup update } |