summaryrefslogtreecommitdiffstats
path: root/src/init/mod.rs
AgeCommit message (Expand)Author
2024-04-02fix(bash): use `eval` instead of a procsub for the POSIX mode (#5020)Koichi Murase
2023-08-31perf: Skip unnecessary indirection in starship init zsh (#5322)Hugo
2023-03-11fix(init): avoid cygpath for starship binary path (#4970)Swarnim Maheshwari
2022-12-17chore: fix clippy warnings for rust 1.66 (#4715)David Knaack
2022-11-13feat(init): Use which-rs to resolve starship pathKevin Menard
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-06-28chore: fix typos in comments (#4122)Kian-Meng Ang
2022-06-02fix(nu): don't use `cygpath` for starship binary path in init (#4001)Tyler Ruckinger
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-02-24refactor: fix new clippy/compiler warnings (#3656)David Knaack
2022-01-09feat: add support for cmd (#3277)Rashil Gandhi
2021-10-09fix(init): Use stderr for init error message (#3131)Ajeet D'Souza
2021-07-17fix(init): remove quotes in bash init (#2893)David Knaack
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)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-04-05refactor(init): cleanup init stub (#2548)Dario Vladović
2021-03-25style(init): Cleanup the unknown shell message (#2444)Thomas O'Donnell
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-13fix(init): Quote path for elvish init (#2294)Tim Grelka
2021-02-02feat: add support for elvish shell (#1725)David Knaack
2021-01-07feat: Add support for cygwin/msys2/git-bash evironment (#2020)Zoritle
2019-12-11feat: Add support for the ion shell (#704)BuggStream
2019-10-16feat: Implement PowerShell support (#470)David Knaack
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-10refactor: Separate shell initialization into files (#338)Kevin Song