More customizations to prompt

This commit is contained in:
alejandro-angulo 2024-09-17 22:33:31 -07:00
parent b81255cbf3
commit 4e55cab37e
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -44,9 +44,22 @@ in {
enable = true; enable = true;
catppuccin.enable = true; catppuccin.enable = true;
settings = { settings = {
format = '' format = lib.concatStrings [
$all$fill$time$line_break$character "$os"
''; "$username"
"$hostname"
"$directory"
"$git_branch"
"$git_commit"
"$git_state"
"$git_metrics"
"$git_status"
"$fill"
"$all"
"$time"
"$line_break"
"$character"
];
os.disabled = false; os.disabled = false;
status.disabled = false; status.disabled = false;