aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-02 16:26:02 +0100
committerMathias Bynens <mathias@qiwi.be>2012-01-02 16:26:02 +0100
commitfdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a (patch)
tree6ed151c60981bf9ccc0e0b00550fdd79d791bfbf /bootstrap.sh
parentec4b44ef05dfb0f3209c14d47d9875d4d6ff9bb6 (diff)
downloaddotfiles-fdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a.tar.gz
dotfiles-fdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a.tar.bz2
dotfiles-fdd4cd23acd8e38ff6d9377e2c6b9ea200a7678a.zip
Include .vim directory and subdirectories
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 89642fb..2170ab9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-mkdir -p ~/.vim/{backups,swaps,undo}
cd "$(dirname "$0")"
git pull
function doIt() {