mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Improve prompt, justfile
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
format = lib.concatStrings [
|
||||
"$hostname"
|
||||
"\${custom.ssh_status}"
|
||||
"\${custom.distrobox}"
|
||||
"\${nix_shell}"
|
||||
@@ -110,6 +111,12 @@
|
||||
symbol = "📦 ";
|
||||
style = "bold purple";
|
||||
};
|
||||
|
||||
hostname = {
|
||||
ssh_only = true;
|
||||
format = "[](fg:#1E91D6)[$hostname](bg:#1E91D6 fg:#FFFFFF)[](fg:#1E91D6) ";
|
||||
disabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user