From 350074ab85dba4b16e12101185c0d6f2a383f517 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 5 Oct 2020 12:21:53 +0200 Subject: [PATCH] zsh cleaning --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d6d164e..66e30cb 100644 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ ln -sf ~/.dotfiles/conf/tmux.conf ~/.tmux.conf ## zsh # cleaning -rm -rf ~/.zsh* ~/.config/zsh* +rm -rf ~/.zsh ~/.zshrc ~/.zsh_history ~/.zsh_sessions ~/.zcompdump* ~/.config/zsh* mkdir -p ~/.config/zsh/caches ~/.config/zsh/plugins ~/.config/zsh/themes # dependiences git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions