From 12505e939a2d54bcc34fb78b2085b176a738ce2d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 20 Nov 2023 11:11:43 +0000 Subject: [PATCH] chore(zshrc): fix typo --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0f9844f..00f4150 100644 --- a/zshrc +++ b/zshrc @@ -96,7 +96,7 @@ RTX_INIT="$RTX_HOME/shell/init.zsh" export RTX_INSTALL_PATH="$RTX_HOME/bin/rtx" if ! command-exists rtx; then - read -q 'REPLY?rtx is not installed, install with curl `https://rtx.pub/install.sh | sh`? [y/N]:' && + read -q 'REPLY?rtx is not installed, install with `curl https://rtx.pub/install.sh | sh`? [y/N]:' && echo && curl https://rtx.pub/install.sh | sh fi