mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(zshrc): fix typo
This commit is contained in:
2
zshrc
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user