Skip to content

Commit

Permalink
install: correctly escape init zsh command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 7, 2024
1 parent 8c47672 commit 8f2a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ esac
if command -v savvy >/dev/null; then
echo
echo "Run the following to finish setting up savvy:"
echo 'echo "eval $(savvy init zsh)" >> ~/.zshrc'
echo "echo 'eval \"\$(savvy init zsh)\"' >> ~/.zshrc"
echo
echo "Run 'savvy help' to learn more or checkout our docs at https://github.com/getsavvyinc/savvy-cli"
fi
Expand Down

0 comments on commit 8f2a948

Please sign in to comment.