Overwrite zshrc no matter what

This commit is contained in:
Ben Kreeger 2023-06-28 12:05:33 -05:00 committed by GitHub
parent 8516419dbc
commit c4861f9484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,6 @@
# Setup script.
if [[ ! -d "$HOME/.zsh" ]]; then
git clone --recurse-submodules https://github.com/kreeger/zshrc.git $HOME/.zsh
fi
if [[ ! -a "$HOME/.zshrc" ]]; then
ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc
fi