Skip to content

Commit

Permalink
feat(zsh): added support for custom $ZDOTDIR (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas authored Nov 2, 2023
1 parent afee410 commit c734832
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)\\\"\" >> ~/.zshrc"
info "echo \"eval \\\"\\\$($install_path activate zsh)\\\"\" >> \"${ZDOTDIR-~}/.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 c734832

Please sign in to comment.