diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-30 01:34:15 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-30 01:34:15 -0700 |
commit | 7d7b52ce7503258116c2524f1c10f227ac0e7096 (patch) | |
tree | dc41e8cec0bdb51052bf939bd0dfe25e68d19c77 /home/xyz/.local | |
parent | e18d9308b059e08494023577dc1b02fc2f6f4ae8 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 3d9d924c..cea16ebf 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -43,6 +43,8 @@ misc () { 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 --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 rustup update } |