summaryrefslogtreecommitdiffstats
path: root/install/install.sh
diff options
context:
space:
mode:
authorVivek Malneedi <vivekmalneedi@gmail.com>2021-03-12 10:27:04 -0500
committerGitHub <noreply@github.com>2021-03-12 16:27:04 +0100
commit69b9bf72c3380217d82cec863edb7db0f29e6862 (patch)
treed304f242c39e38fdde5276ba4728c2a68b2043ad /install/install.sh
parent30910cb4ac5ad6b70bcf080989715bb366f0969f (diff)
fix(tcsh): remove quotes and escape backticks (#2429)
* feat: add support for tcsh * add tcsh to install.sh install message * list tcsh in bug_report.rs and main.rs * quote starship path Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * fix job count * add tcsh support to shell module * fix STARSHIP_START_TIME undefined error * preserve existing user precmd and postcmd, remove jobs support * remove unnecessary parentheses * minor script improvement * removes parens from install script message * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> * fix(Tcsh): remove unecessary quotes Co-authored-by: David Knaack <davidkna@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Diffstat (limited to 'install/install.sh')
-rwxr-xr-xinstall/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install.sh b/install/install.sh
index b5daa0024..f7dfe8766 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\`
"