diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-28 12:47:01 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-28 12:47:01 +0800 |
| commit | aab74751f416f71acc0dfb787e8347eadb980590 (patch) | |
| tree | 7f9c55f892b28c17c31d1b57068f814a6470e3b7 /docs | |
| parent | 3670a19e51815544437613f0698df0e291be4264 (diff) | |
update linux setup
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/nvim_setup_linux.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh index 55952b4..ed051c8 100755 --- a/docs/nvim_setup_linux.sh +++ b/docs/nvim_setup_linux.sh @@ -245,6 +245,7 @@ fi echo "Setting up config and installing plugins" if [[ -d "$NVIM_CONFIG_DIR" ]]; then + rm -rf "$NVIM_CONFIG_DIR.backup" mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup" fi |
