From a101b3c431d62fcc3764f162729ff0cc4f114c8e Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Wed, 27 Feb 2019 18:30:57 -0700 Subject: [PATCH] Remove undo files --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index fea881a..49fff85 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,3 @@ cp -rf ~/.inputrc ~/.vim* ~/.python* ~/.bash* ~/bashscripts ~/.pylint* ~/.tmux* ~/.profile ~/.gitconfig . +rm -rf .vim/undo cp -rf ~/.config/nvim .config/