From 82e1524cc3d109ed05b3eff38e4f625510c0b483 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 8 Mar 2023 15:48:44 +0530 Subject: [PATCH] Changes to be committed: modified: install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 83cb29d..e57d55f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -[ -d "$HOME/.local/share/nvim/site/pack/packer/start/packer.nvim" ] && rm -rf $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim +[ -d "$HOME/.local/share/nvim/site/pack/packer" ] && rm -rf $HOME/.local/share/nvim/site/pack/packer git clone --depth 1 https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim [ -d "$HOME/.config/nvim" ] && mv $HOME/.config/nvim $HOME/.config/nvim-(date "+%F-%T").bak