From e5e49eb5c548e8d3b28166f569e99990322d6522 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 10 Jan 2020 15:21:18 +0100 Subject: [PATCH] Fix - preserve .zshrc.local --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5ced23b..36c4bc1 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf ## zsh # cleaning -rm -rf ~/.zsh* ~/.oh-my-zsh +rm -rf ~/.zshrc ~/.oh-my-zsh # dependiences git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions