Change timestamp color

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

2
zsh/zshrc Normal file → Executable file
View File

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