mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Delete any ~/.zshrc-e files left over from bad sed calls in earlier installer versions.
This commit is contained in:
parent
0812923ae5
commit
b2473f68af
1 changed files with 1 additions and 1 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue