diff --git a/IPython/core/prompts.py b/IPython/core/prompts.py index 21a5521..302e7e3 100644 --- a/IPython/core/prompts.py +++ b/IPython/core/prompts.py @@ -150,7 +150,7 @@ prompt_abbreviations = { r'\D': '{dots}', # Current time - r'\t' : '{time}', + r'\T' : '{time}', # Current working directory r'\w': '{cwd}', # Basename of current working directory.