Prompt: add time to the prompt.

This commit is contained in:
Jelmer Snoeck
2012-04-26 12:49:02 +02:00
parent dd60bd7ba6
commit 34450a5910
+1 -1
View File
@@ -70,7 +70,7 @@ rewrite_prompt()
[ $UID -eq "0" ] && UC=$R # root's color [ $UID -eq "0" ] && UC=$R # root's color
# rewrite prompt # 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 # adds ~/.ssh/config to the ssh autocomplete