Skip to content

Commit

Permalink
Fix quoting in zsh configuration instructions (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
benweint authored Nov 15, 2023
1 parent 4f1927c commit 4888335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/standalone/install.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ after_finish_help() {
case "${SHELL:-}" in
*/zsh)
info "rtx: run the following to activate rtx in your shell:"
info "echo \"eval \\\"\\\$($install_path activate zsh)\\\"\" >> \"${ZDOTDIR-~}/.zshrc\""
info "echo \"eval \\\"\\\$($install_path activate zsh)\\\"\" >> \"${ZDOTDIR-$HOME}/.zshrc\""
info ""
info "rtx: this must be run in order to use rtx in the terminal"
info "rtx: run \`rtx doctor\` to verify this is setup correctly"
Expand Down

0 comments on commit 4888335

Please sign in to comment.