Delete any ~/.zshrc-e files left over from bad sed calls in earlier installer versions.

This commit is contained in:
Andrew Janke 2015-02-28 01:48:36 -05:00
commit b2473f68af

View file

@ -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..."