summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-02-09perf(username): get uid without external command (#2286)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-02-07feat(python): Configure when the module is shown (#2264)Thomas O'Donnell
2021-02-02fix(windows): fix windows terminal ANSI escape sequences (#2258)KOVACS Krisztian
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-30feat(vagrant): Add support for Vagrant (#1812)Furkan Türkal
2021-01-26test(docker_context): Add basic tests to module (#2205)Thomas O'Donnell
2021-01-24feat(directory): Add home directory symbol (#2198)Rodrigo Suárez
2021-01-24refactor(git_status): simplify git status with once-cell (#2150)David Knaack
2021-01-23perf: use built-in EPOCHREALTIME env-var to compute cmd_duration for ZSH5+ (#...Gautham Warrier
2021-01-22build: Add additional build information to version and bug report (#2124)Rust大闸蟹
2021-01-22perf(zig): Lazy eval zig (#2187)Moritz Vetter
2021-01-22perf(ocaml): evaluate version lazily; adjust format string; update test (#2188)Moritz Vetter
2021-01-22perf(perl): Lazy eval perl (#2189)Moritz Vetter
2021-01-22perf(php): Lazy eval php (#2190)Moritz Vetter
2021-01-22Perf(purescript): Lazy eval purescript (#2191)Moritz Vetter
2021-01-22refactor: apply more clippy lintsAlexandru Macovei
2021-01-22refactor: simplify print::handle_moduleAlexandru Macovei
2021-01-22refactor: simplify StringFormatter::newAlexandru Macovei
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