diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-11 20:09:42 -0800 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-11 20:10:32 -0800 | 
| commit | 242011e4e093372142e82a363d7449445eb56b03 (patch) | |
| tree | 19aa8568b2c1c22c05a4b2abbb953ad3f264a321 /home/xyz | |
| parent | 15a642f21aef853d68b0592f3569fedbec90a105 (diff) | |
upd update rustup
Diffstat (limited to 'home/xyz')
| -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 d034898f..425fe973 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -55,9 +55,9 @@ misc () {  	#sudo hardcode-fixer  	sudo units_cur  	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 +	rustup update  }  pac () { | 
