summaryrefslogtreecommitdiffstats
path: root/src/init
AgeCommit message (Expand)Author
2021-07-13fix(pwsh): replace Get-Error with $error[0] (#2873)Chrissy LeMaire
2021-07-10fix(nu): use correct session key variable name (#2874)David Knaack
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-07-03fix(init): improve starship path escaping (#2848)David Knaack
2021-05-12fix(zsh): preserve zle-keymap-select (#2717)Munif Tanjim
2021-04-29fix(fish): explicitly set scope in fish init script (#2636)Kid
2021-04-29fix(zsh): Reverts changes to background jobs retaining improvements around ST...Felipe Seré
2021-04-05refactor(init): cleanup init stub (#2548)Dario Vladović
2021-03-25style(init): Cleanup the unknown shell message (#2444)Thomas O'Donnell
2021-03-15fix(zsh): Set PROMPT just once (#2428)Eric Nielsen
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-15fix: correct fish syntax error when setting variables (#2320)Jan Christoph Ebersbach
2021-02-14perf(init): Prefer set -x over export for fish users (#2292)Michael Sanders
2021-02-13fix(init): Quote path for elvish init (#2294)Tim Grelka
2021-02-13fix(init): make log messages on pwsh visible again (#2295)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-02-02feat: add support for elvish shell (#1725)David Knaack
2021-01-31fix(bash): Count jobs with for loop to fix MacOS count issue (#2250)Rich Lafferty
2021-01-23perf: use built-in EPOCHREALTIME env-var to compute cmd_duration for ZSH5+ (#...Gautham Warrier
2021-01-07feat: Add support for cygwin/msys2/git-bash evironment (#2020)Zoritle
2021-01-07fix(bash): Fix broken bash init script (#2100)Thomas O'Donnell
2021-01-07fix(pwsh): disable builtin venv prompt (#2090)David Knaack
2021-01-07fix(bash): bash-preexec detection and implementation (#2091)Kevin Song
2021-01-04perf(init): Use random for session-key in fish (#1904)Glandos
2020-12-19feat(init): prefix STATUS and PREEXEC_READY shell vars with STARSHIP_ (#1710)Bjørn Forsman
2020-12-02style: Add comments for bash preexec fix (#1952)Kevin Song
2020-12-02fix(bash): Fix background jobs with z/autojump (#1897)Harald Hoyer
2020-11-12fix(pwsh): fix crash on error in shell with old pwsh (#1861)David Knaack
2020-11-08perf(init/pwsh): use get-random for session-key instead of invoking starship ...David Knaack
2020-11-07perf(init): use $RANDOM env-var instead of starship session to generate sessi...Gautham Warrier
2020-10-27fix(zsh): Ensure existing keymap change functions are not overriden (#1826)Gautham Warrier
2020-10-24fix(pwsh): Switched pwsh profile to use dollar hook for a more accurate succe...marcos-quezada
2020-10-19fix(pwsh): preserve original console encondings (#1810)David Knaack
2020-09-30fix(powershell): fix session key syntax error (#1697)Tilmann Meyer
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-14fix(zsh): work when `setopt ksh_arrays` is set (#1612)David Knaack
2020-09-09fix(pwsh): update init script to propagate $LASTEXITCODE and $? Joshua Poehls
2020-08-19fix(pwsh): stop paths from being interpreted as patterns (#1569)David Knaack
2020-08-03fix(bash): init breaks if PROMPT_COMMAND includes starship_precmd as an inter...Jason Wang
2020-06-10fix(bash): last command status and command duration (#1185)Munif Tanjim
2020-06-09fix: Retain previous command state on zsh keymap select (#958)Nemo157
2020-05-28style(init): tidy-up init scripts (#1269)Dario Vladović
2020-04-30fix(directory): avoid confusing modules with PowerShell paths (#1114)Jean Gautier
2020-02-06fix: Change command duration variable for Ion shell to CMD_DURATION (#911)Jon Grythe Stødle
2020-01-04feat: Terminate $PROMPT_COMMAND properly (#799)InNoobWeTrust
2019-12-28fix: Remove trailing semicolon from `$PROMPT_COMMAND` (#784)InNoobWeTrust
2019-12-19feat: cmd_duration module optionally reports milliseconds (#696)Luca Rinaldi
2019-12-19fix(bash): save and restore "$_" (#753)Etienne Mabille
2019-12-13fix(powershell): Fix prompt not updating on -nix systems (#728)David Knaack
2019-12-11feat: Add support for the ion shell (#704)BuggStream