mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(lua): Add a Lua module (#1815)
* feat: add lua module * docs: add lua module * fix: lua version test * feat: lua module can be detected if the current dir contains a "lua" dir * feat: enable to use luajit * fix: improve regex * fix based on https://github.com/starship/starship/pull/1815#discussion_r510932742 * fix based on https://github.com/starship/starship/pull/1815#discussion_r511362581 * fix based on https://github.com/starship/starship/pull/1815#discussion_r510941252
This commit is contained in:
@@ -38,6 +38,7 @@ pub const PROMPT_ORDER: &[&str] = &[
|
||||
"helm",
|
||||
"java",
|
||||
"julia",
|
||||
"lua",
|
||||
"nim",
|
||||
"nodejs",
|
||||
"ocaml",
|
||||
|
||||
Reference in New Issue
Block a user