Skip to content

Commit

Permalink
🔨 update message zsh setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdhika31 committed Nov 29, 2023
1 parent 3244f1d commit e7ea605
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions zsh/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ if ! command -v zsh >/dev/null; then
return
fi

if test -f ./git/zshrc && test -f ~/.zshrc; then
echo "zsh found and configured already, skipping..."
return
fi

echo "zsh found and not configured; configuring..."
echo "zsh found; configuring..."

rm -f ~/.zshrc

Expand Down

0 comments on commit e7ea605

Please sign in to comment.