Change timestamp color

* modified: zsh/zshrc
This commit is contained in:
2025-09-25 13:09:19 +02:00
parent 806fb003be
commit cf03a5b764

4
zsh/zshrc Normal file → Executable file
View File

@@ -87,7 +87,7 @@ user_host_prompt() {
# Time in 24-hour format
time_prompt() {
echo "%{$fg[gray]%}%T%{$reset_color%}"
echo "%{$fg[lightgray]%}%T%{$reset_color%}"
}
# Main prompt
@@ -111,4 +111,4 @@ function precmd() {
fi
unset timer
fi
}
}