chore(zshrc): fix typo

This commit is contained in:
2023-11-20 11:11:43 +00:00
parent 5ee117846b
commit 12505e939a

2
zshrc
View File

@@ -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