summaryrefslogtreecommitdiffstats
path: root/src/init/starship.zsh
AgeCommit message (Expand)Author
2021-05-12fix(zsh): preserve zle-keymap-select (#2717)Munif Tanjim
2021-04-29fix(zsh): Reverts changes to background jobs retaining improvements around ST...Felipe Seré
2021-03-15fix(zsh): Set PROMPT just once (#2428)Eric Nielsen
2021-01-23perf: use built-in EPOCHREALTIME env-var to compute cmd_duration for ZSH5+ (#...Gautham Warrier
2020-12-19feat(init): prefix STATUS and PREEXEC_READY shell vars with STARSHIP_ (#1710)Bjørn Forsman
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-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-14fix(zsh): work when `setopt ksh_arrays` is set (#1612)David Knaack
2020-06-09fix: Retain previous command state on zsh keymap select (#958)Nemo157
2020-05-28style(init): tidy-up init scripts (#1269)Dario Vladović
2019-12-19feat: cmd_duration module optionally reports milliseconds (#696)Luca Rinaldi
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-25revert: Revert the command duration in ms feature (#380) (#425)Matan Kushner
2019-09-24feat: Add ability for command duration in milliseconds (#380)Tom Hotston
2019-09-10refactor: Separate shell initialization into files (#338)Kevin Song