.nvim for non config files

This commit is contained in:
2019-04-26 14:57:34 +02:00
parent 1eebf73e75
commit 23036deb6f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ if [ -f $1 ]; then
return 1
fi
backup_path=~/.config/nvim/backups/`echo $PWD/$1 | tr '/' '%'`
backup_path=~/.nvim/backups/`echo $PWD/$1 | tr '/' '%'`
if [ ! -f "$backup_path" ]; then
echo >&2 Backup not found...