From 6f15606b5940c2a596abed6b6456fb1e30360f4d Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 29 May 2021 00:00:18 -0400 Subject: [PATCH] fully purge prezto config --- update.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.zsh b/update.zsh index 9f0c556..be07e82 100755 --- a/update.zsh +++ b/update.zsh @@ -3,7 +3,7 @@ echo "Remove Doom" rm -r --interactive=never $HOME/.emacs.d $HOME/.doom.d echo "Install zinit" -rm ~/.zshrc +rm ~/.zshrc ~/.zpreztorc ~/.zlogin ~/.zlogout ~/.zprofile ~/.zshenv sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)" #This will install Zinit in ~/.zinit/bin. .zshrc will be updated with three lines of code that wi │ ll be added to the bottom. The lines will be sourcing zinit.zsh and setting up completion for com │ mand zinit. After installing and reloading the shell compile Zinit with zinit self-update. ln ~/stevset/zsh/.zshrc ~/.zshrc