add fhs starship indicator
This commit is contained in:
parent
2f3e7c8370
commit
4b1f9949d3
|
|
@ -25,6 +25,7 @@
|
|||
"$jobs"
|
||||
"$shlvl"
|
||||
"$status"
|
||||
"\${env_var.FHS}"
|
||||
"$nix_shell"
|
||||
"$character"
|
||||
];
|
||||
|
|
@ -68,6 +69,8 @@
|
|||
cmd_duration.format = "[\\[$duration\\]]($style) ";
|
||||
hostname.format = "[ @$hostname ](bg:c2)";
|
||||
python.format = "([\\[$virtualenv\\]]($style) )";
|
||||
env_var.FHS.variable = "FHS";
|
||||
env_var.FHS.format = "[\\(fhs\\)](bold) ";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue