From 6da661b0129b48b489ef183508069040b5408b2d Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 28 Oct 2013 21:12:24 +0000 Subject: [PATCH] well that was dumb --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 849e697..be3d12f 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ BACKUP_DIR="$HOME/.dotfiles_backup" BASE_DIR="$HOME/.dotfiles" -INCLUDE=".bashrc .bash_profiles .vimrc .vim" +INCLUDE=".bashrc .bash_profile .vimrc .vim" echo "backing up existing dotfiles into $BACKUP_DIR" mkdir -p "$BACKUP_DIR"