From: Amand Tihon Date: Thu, 4 Jun 2009 12:42:37 +0000 (+0200) Subject: Don't show the time in the prompt. X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=642e0f74454b2f31374d30521575a11ab1cdaa77 Don't show the time in the prompt. This time in the prompt is not the current time, but the time at which the prompt was printed. This is not very useful. --- diff --git a/S90_prompt b/S90_prompt index adc68c2..8f2e8b1 100644 --- a/S90_prompt +++ b/S90_prompt @@ -33,5 +33,6 @@ _path='${C_GREEN}%(5v,%15<..<%5v%<<${C_NO}${C_MAGENTA}@%4v%3v${C_NO}${C_GREEN}/% # # Now, the prompt itself # -PROMPT="${_exitcode}${_hour} ${_username}@${_machine}:${_vcs}${_path}$ " +#PROMPT="${_exitcode}${_hour} ${_username}@${_machine}:${_vcs}${_path}$ " +PROMPT="${_exitcode}${_username}@${_machine}:${_vcs}${_path}$ "