mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 21:06:23 +10:00
Create .vim/{backups,swaps,undo} directories if they don’t exist
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p ~/.vim/{backups,swaps,undo}
|
||||
cd "$(dirname "$0")"
|
||||
git pull
|
||||
read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1
|
||||
|
||||
Reference in New Issue
Block a user