diff options
| author | xyz <gky44px1999@gmail.com> | 2021-09-09 01:55:12 -0700 | 
|---|---|---|
| committer | xyz <gky44px1999@gmail.com> | 2021-09-09 01:55:12 -0700 | 
| commit | 3f4defd111fc1011c79a83635a3180b3ec21f8b1 (patch) | |
| tree | 4e6ff22e634942b655630de891c6192fc42650c8 | |
| parent | dd013b8be55d2d35ef647878773044ecfd9e56f3 (diff) | |
upd nvim nightly
| -rwxr-xr-x | .local/bin/upd | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.local/bin/upd b/.local/bin/upd index e6f2d31a..962c0aaa 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -29,6 +29,8 @@ pac ()  {  	sudo pacman -Syu  	paru -Syu +	# not fully understand +	rm ~/.cache/paru/clone/neovim-nightly-bin/ -rf && paru --rebuild --redownload neovim-nightly-bin  	sudo pacman -Fy  } | 
