1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 12:49:02 +00:00
starship/src/init
Vivek Malneedi d21400a478
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 <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>

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2021-02-27 19:55:27 +01:00
..
mod.rs feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +01:00
starship.bash fix(bash): Count jobs with for loop to fix MacOS count issue (#2250) 2021-01-31 22:56:06 +01:00
starship.elv feat: add support for elvish shell (#1725) 2021-02-02 12:59:55 +01:00
starship.fish fix: correct fish syntax error when setting variables (#2320) 2021-02-15 14:10:08 -05:00
starship.ion feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
starship.ps1 fix(init): make log messages on pwsh visible again (#2295) 2021-02-13 19:31:54 +01:00
starship.tcsh feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +01:00
starship.zsh perf: use built-in EPOCHREALTIME env-var to compute cmd_duration for ZSH5+ (#1751) 2021-01-23 11:25:41 +01:00