feat(localip): add module to print the current ipv4 address (#3289)

This commit is contained in:
QuiCkSTaR
2022-01-30 21:31:26 +01:00
committed by GitHub
parent 6e24358052
commit 5a26355b0e
9 changed files with 212 additions and 10 deletions
+1
View File
@@ -20,6 +20,7 @@ pub struct StarshipRootConfig {
pub const PROMPT_ORDER: &[&str] = &[
"username",
"hostname",
"localip",
"shlvl",
"singularity",
"kubernetes",