diff --git a/README.md b/README.md index 5674067a..eaf02b70 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h ```sh # ~/.tcshrc - eval "`starship init tcsh`" + eval `starship init tcsh` ``` ## 🤝 Contributing diff --git a/docs/README.md b/docs/README.md index 6a7435b0..2e63684b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -122,6 +122,6 @@ description: Starship is the minimal, blazing fast, and extremely customizable p ```sh # ~/.tcshrc - eval "`starship init tcsh`" + eval `starship init tcsh` ``` diff --git a/install/install.sh b/install/install.sh index b5daa002..f7dfe876 100755 --- a/install/install.sh +++ b/install/install.sh @@ -446,5 +446,5 @@ info "Please follow the steps for your shell to complete the installation: ${BOLD}${UNDERLINE}Tcsh${NO_COLOR} Add the following to the end of ${BOLD}~/.tcshrc${NO_COLOR}: - eval "`starship init tcsh`" + eval \`starship init tcsh\` "