From 145965450e6b24a792ae414b1372dcc63fa55e02 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 14 Jun 2016 13:40:41 +0200 Subject: [PATCH] small fixes in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5d52d1b..929750c 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # cleaning -rm -rf ~/.dotfiles ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.gitignore ~/.tmux.conf +rm -rf ~/.dotfiles ~/.zsh ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.gitignore ~/.tmux.conf # repos if [ `whoami` = "f" ]; then