diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-08-27 02:53:47 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-08-27 02:53:47 -0700 |
commit | 1eaa84bbfea8d43861fa5719954f5b9ad8425c08 (patch) | |
tree | c323ce897510f5e1f64193f7e8c2ddc630d2c4f4 /home/xyz/.local | |
parent | fd4dd1e5f6815c0322770f09264d965827eff568 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 7dd9aef4..f54b18a5 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -62,7 +62,7 @@ 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/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/.git/ --work-tree=/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/ pull + git --git-dir="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/.git/" --work-tree="$HOME/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks/" pull rustup update } |