summaryrefslogtreecommitdiffstats
path: root/src/init/mod.rs
AgeCommit message (Expand)Author
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