From d21400a4784e17b7a4afe110155c01717f835388 Mon Sep 17 00:00:00 2001 From: Vivek Malneedi Date: Sat, 27 Feb 2021 13:55:27 -0500 Subject: feat: add support for tcsh (#2288) * 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 * 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 Co-authored-by: David Knaack Co-authored-by: Thomas O'Donnell --- install/install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/install.sh') diff --git a/install/install.sh b/install/install.sh index 891cf1082..2263df2f1 100755 --- a/install/install.sh +++ b/install/install.sh @@ -432,4 +432,9 @@ info "Please follow the steps for your shell to complete the installation: Add the following to the end of ${BOLD}~/.config/ion/initrc${NO_COLOR}: eval \$(starship init ion) + + ${BOLD}${UNDERLINE}Tcsh${NO_COLOR} + Add the following to the end of ${BOLD}~/.tcshrc${NO_COLOR}: + + eval "`starship init tcsh`" " -- cgit v1.2.3