summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-21perf(kotlin): Lazy eval kotlin (#2186)Moritz Vetter
2021-01-21perf(lua): Lazy eval lua (#2185)Moritz Vetter
2021-01-21perf(utils): Add timeout to `utils::exec_cmd` (#2171)Thomas O'Donnell
2021-01-20perf(nodejs): evaluate nodejs format string lazily (#2160)Moritz Vetter
2021-01-20perf(custom): evaluate command lazily (#2173)David Knaack
2021-01-20perf(elixir): evaluate version lazily (#2172)David Knaack
2021-01-20perf(dart): Lazy eval dart (#2166)Moritz Vetter
2021-01-20perf(java): Lazy eval java (#2168)Moritz Vetter
2021-01-20perf(elm): Lazy eval elm (#2167)Moritz Vetter
2021-01-20fix: Adjust default format strings (#2165)Moritz Vetter
2021-01-20perf(python): Lazy eval of python version command (#2158)Moritz Vetter
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2021-01-18perf: evaluate swift version lazily (#2159)Moritz Vetter
2021-01-16fix(cmake): Fix spacing with missing variable (#2135)Thomas O'Donnell
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2021-01-16test: enable logging in tests (#2151)David Knaack
2021-01-13perf(crystal): Lazily evaluate version command (#2129)Thomas O'Donnell
2021-01-11fix(docker_context): enable if either yml or yaml is found (#2053)Ben Iofel
2021-01-09docs: Comment about spaces in nix-shell config (#2106)Kevin Song
2021-01-07feat: Add support for cygwin/msys2/git-bash evironment (#2020)Zoritle
2021-01-07feat(command): add 'toggle' command (#1917)Furkan Türkal
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
2021-01-02feat(status): Convert known status code to their meaning (#1948)Hugues Morisset
2021-01-01style: Latest clippy suggestions (#2048)Thomas O'Donnell
2021-01-01feat(battery): make module behaviour more obvious (#1950)David Knaack
2020-12-26feat(kotlin): Add the kotlin module (#2026)Nicola Corti
2020-12-26fix(user): Fix username detection on Windows (#2014)Thomas O'Donnell
2020-12-25build(deps): bump rand from 0.7.3 to 0.8.0 (#2016)dependabot-preview[bot]
2020-12-22feat(utils): Support non-exe commands on Windows (#2019)Thomas O'Donnell
2020-12-19feat(package): Meson package support (#2001)花蛄
2020-12-19feat(init): prefix STATUS and PREEXEC_READY shell vars with STARSHIP_ (#1710)Bjørn Forsman
2020-12-16refactor: a few low-hanging optimizations (#1992)Alexandru Macovei
2020-12-14feat(shlvl): Add `repeat` option (#1995)Daniel Beckwith
2020-12-13fix(config): log as error if failure to read config wasn't caused by NotFound...David Knaack
2020-12-08feat(git_branch): show remote name (#1972)Sagittarius-a
2020-12-07fix(git_commit): show last created tag on current commit (#1919)Miguel Ángel Melón Pérez
2020-12-06feat(username): Try harder to guess if inside ssh (#1964)yangsheng6810
2020-12-05feat: Move cmd_duration after custom module (#1681)quentm74
2020-12-05feat(nodejs): check node engines version in package.json (#1847)t-mangoe
2020-12-02style: Add comments for bash preexec fix (#1952)Kevin Song
2020-12-02fix: bg:none overwrites foreground colour (#1903)Cody Bloemhard
2020-12-02fix(bash): Fix background jobs with z/autojump (#1897)Harald Hoyer
2020-11-30feat(python): Smarter python binary usage (#1947)Thomas O'Donnell
2020-11-30feat(rust): Support new rust-toolchain format (#1938)Dominik Nakamura
2020-11-30feat(java): Show Java module for Clojure projects (#966)Zane Shelby
2020-11-26fix(git_state): Handle gitdir indirection when rebasing (#1744)Gabriel de Perthuis
2020-11-23perf(memory_usage): replace sysinfo with sys-info (#1886)David Knaack