]> git.alrj.org Git - zsh.d.git/commitdiff
Don't show the time in the prompt.
authorAmand Tihon <amand.tihon@iba-group.com>
Thu, 4 Jun 2009 12:42:37 +0000 (14:42 +0200)
committerAmand Tihon <amand.tihon@iba-group.com>
Thu, 4 Jun 2009 12:42:37 +0000 (14:42 +0200)
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

index adc68c2a9279daf2a04b1cd09568d50d658d71d9..8f2e8b1e24c49ca55793c2c0666f6279a4773f76 100644 (file)
@@ -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}$ "