starship/src
Daniel A. White 0be9ffc0a1
feat(shlvl): Add shlvl module (#1385)
* initial commit of support for shlvl

* documentation for shlvl

* use a symbol instead

* test coverage for shlvl

* actually disable when the config says to

* fix docs

* tweak defaults some

* refactor from pr comments

* redisable

* return early to avoid indenting

* make default suffix empty space

* fixing tests after suffix change

* updating docs for format

* making shlvl compatible with formatting

* adding variables table for shlvl

* removing extra line

* doc clarity
2020-08-05 18:30:01 +02:00
..
configs feat(shlvl): Add shlvl module (#1385) 2020-08-05 18:30:01 +02:00
formatter feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
init fix(bash): init breaks if PROMPT_COMMAND includes starship_precmd as an intermediate command (#1541) 2020-08-03 22:05:31 +02:00
modules feat(shlvl): Add shlvl module (#1385) 2020-08-05 18:30:01 +02:00
bug_report.rs Replace dirs with dirs-next dependency (#1361) 2020-06-20 12:59:35 -05:00
config.rs fix(config): don't panic when hex color is too short (#1473) 2020-07-14 23:11:43 +02:00
configure.rs Replace dirs with dirs-next dependency (#1361) 2020-06-20 12:59:35 -05:00
context.rs perf: only check timeout every 256 files (#1499) 2020-07-28 22:26:00 +02: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(shlvl): Add shlvl module (#1385) 2020-08-05 18:30:01 +02:00
print.rs feat: refactor modules to use format strings (#1374) 2020-07-07 18:45:32 -04:00
segment.rs fix: Fix variable styles in string formatter (#1069) 2020-04-10 18:23:20 +02:00
utils.rs feat(perl): Added perl version module (#1382) 2020-08-04 11:22:44 -05:00