diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-28 12:47:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-28 12:47:30 +0800 |
| commit | 22b33871effa0046e43ba5ea583e471f9a33d556 (patch) | |
| tree | fd8ff22e95f499268ae3334065d4c8f4d96e242c | |
| parent | 5dbe643ea2259e8a26f4be4b079759eb89aab75a (diff) | |
| parent | aab74751f416f71acc0dfb787e8347eadb980590 (diff) | |
Merge pull request #82 from jdhao/linux-setup
update linux setup
| -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 |
