changed date in prompt to show day two digits
This commit is contained in:
@@ -90,7 +90,7 @@ prompt_end() {
|
||||
prompt_context() {
|
||||
if [[ "$USERNAME" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
|
||||
#prompt_segment black yellow "%(!.%{%F{yellow}%}.)%n@%m"
|
||||
prompt_segment black yellow "%(!.%{%F{yellow}%}.)%D{%f.%m.%Y} %D{%H:%M:%S}"
|
||||
prompt_segment black yellow "%(!.%{%F{yellow}%}.)%D{%d.%m.%Y} %D{%H:%M:%S}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user