From 97c0ebfa712ad378e644a360f510a696837f0974 Mon Sep 17 00:00:00 2001 From: Dave Lens Date: Thu, 26 Apr 2012 13:09:29 +0200 Subject: [PATCH] add timestamp to prompt --- .bash/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash/prompt b/.bash/prompt index 432b409..afb5a9a 100644 --- a/.bash/prompt +++ b/.bash/prompt @@ -70,7 +70,7 @@ rewrite_prompt() [ $UID -eq "0" ] && UC=$R # root's color # rewrite prompt - PS1="${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ " + PS1="[\\t] ${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ " } # adds ~/.ssh/config to the ssh autocomplete