Remove time at the end of command line

Think I've had it before, it breaks copy&paste a bit.
This commit is contained in:
2024-10-11 13:18:05 +02:00
parent a34350b77e
commit 9de08f2f4a

1
.zshrc
View File

@@ -89,7 +89,6 @@ zstyle ':vcs_info:*' unstagedstr '%F{red}*%f'
zstyle ':vcs_info:git:*' formats ' (%F{cyan}%b%f%c%u)'
setopt prompt_subst
PROMPT='%(?..%F{red}%?%f )[%n@%m] %3~${vcs_info_msg_0_} %# '
RPROMPT='%*'
# At least have the following in .zshrc_local:
# export GIT_AUTHOR_NAME='Alfred Muster'