Up\date starship
This commit is contained in:
parent
05923bfa42
commit
37ba2ced3b
2 changed files with 6 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
# SSH_ASKPASS = "";
|
||||
};
|
||||
bashrcExtra = ''
|
||||
docker-restart() {
|
||||
restart-docker() {
|
||||
pushd /Storage/Data/docker-compose/sysctl.io
|
||||
docker stop $1
|
||||
docker rm $1
|
||||
|
|
|
@ -8,7 +8,10 @@ let
|
|||
redColor = "#${config.lib.stylix.colors.base0E}";
|
||||
in
|
||||
{
|
||||
programs.starship.settings = {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
settings = {
|
||||
format = lib.concatStrings [
|
||||
"[](${whiteColor})"
|
||||
"$time"
|
||||
|
@ -95,4 +98,5 @@ in
|
|||
format = "[ $time]($style)";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue