From 9de08f2f4a9eb529e49951741b41274a0dfa69a2 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 11 Oct 2024 13:18:05 +0200 Subject: [PATCH] Remove time at the end of command line Think I've had it before, it breaks copy&paste a bit. --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3bd8b59..f2db1b2 100644 --- a/.zshrc +++ b/.zshrc @@ -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'