Change timestamp color
* modified: zsh/zshrc
This commit is contained in:
4
zsh/zshrc
Normal file → Executable file
4
zsh/zshrc
Normal file → Executable 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
|
||||||
@@ -111,4 +111,4 @@ function precmd() {
|
|||||||
fi
|
fi
|
||||||
unset timer
|
unset timer
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user