From 642e0f74454b2f31374d30521575a11ab1cdaa77 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Thu, 4 Jun 2009 14:42:37 +0200 Subject: [PATCH] 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. --- S90_prompt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}$ " -- 2.39.2