mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +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:
@@ -27,6 +27,7 @@ pub mod java;
|
||||
pub mod jobs;
|
||||
pub mod julia;
|
||||
pub mod kubernetes;
|
||||
pub mod lua;
|
||||
pub mod memory_usage;
|
||||
pub mod nim;
|
||||
pub mod nix_shell;
|
||||
|
||||
Reference in New Issue
Block a user