refactor: Refactor nix_shell and java module to use module config (#606)

This commit is contained in:
Zhenhui Xie
2019-11-06 20:59:12 +08:00
committed by Matan Kushner
parent a24a751a0d
commit 48726fdd2a
5 changed files with 83 additions and 42 deletions
+2
View File
@@ -10,9 +10,11 @@ pub mod git_branch;
pub mod git_status;
pub mod go;
pub mod hostname;
pub mod java;
pub mod jobs;
pub mod kubernetes;
pub mod memory_usage;
pub mod nix_shell;
pub mod nodejs;
pub mod package;
pub mod python;