starship/src
Thomas O'Donnell 6e289721d4
fix(custom): Fix fallback shell not working on macOS (#1402)
Have switched the fallback shell used when the custom module can't use
the default to use `/usr/bin/env sh` rather than `/bin/env` since
`/usr/bin/env` is more commonly available.
2020-06-28 15:41:05 -04:00
..
configs feat(python): Add option to change the python binary (#1297) 2020-06-14 11:27:10 +02:00
formatter fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
init fix(bash): last command status and command duration (#1185) 2020-06-10 18:53:56 +02:00
modules fix(custom): Fix fallback shell not working on macOS (#1402) 2020-06-28 15:41:05 -04:00
bug_report.rs Replace `dirs` with `dirs-next` dependency (#1361) 2020-06-20 12:59:35 -05:00
config.rs refactor(config): Add additional logging to debug config issues (#1390) 2020-06-24 16:11:05 -04:00
configure.rs Replace `dirs` with `dirs-next` dependency (#1361) 2020-06-20 12:59:35 -05:00
context.rs feat(git): honor `GIT_DIR` environment variable (#1348) 2020-06-24 17:13:47 -04:00
lib.rs improvement: add parser for format strings (#1021) 2020-04-06 13:16:18 -04:00
main.rs fix: replacing default RUST_LOG environement variable with starship specific one, to prevent interlacing (#1280) 2020-06-14 20:22:34 +02:00
module.rs feat(nim): Add Nim module (#1189) 2020-06-09 19:14:47 +02:00
print.rs refactor: latest suggestions from Clippy 2020-06-05 23:20:11 -04:00
segment.rs fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
utils.rs feat(python): Add option to change the python binary (#1297) 2020-06-14 11:27:10 +02:00