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