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"