From b2473f68af4c2584e128aa1be8d7eb7b47fc2051 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Sat, 28 Feb 2015 01:48:36 -0500 Subject: [PATCH] Delete any ~/.zshrc-e files left over from bad sed calls in earlier installer versions. --- tools/uninstall.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uninstall.zsh b/tools/uninstall.zsh index 27575316d..df1388b66 100644 --- a/tools/uninstall.zsh +++ b/tools/uninstall.zsh @@ -10,7 +10,7 @@ if [[ -z $SHORT_HOST ]]; then SHORT_HOST=${HOST/.*/} fi setopt null_glob -rm -fv ~/.zsh-update ${ZDOTDIR:-${HOME}}/.zcompdump-${SHORT_HOST}-* +rm -fv ~/.zsh-update ~/.zshrc-e ${ZDOTDIR:-${HOME}}/.zcompdump-${SHORT_HOST}-* echo "Looking for original zsh config..."