##// END OF EJS Templates
Use \T for timestamp in templates to distinguish it from \t = <tab>
Thomas Kluyver -
Show More
@@ -150,7 +150,7 b' prompt_abbreviations = {'
150 r'\D': '{dots}',
150 r'\D': '{dots}',
151
151
152 # Current time
152 # Current time
153 r'\t' : '{time}',
153 r'\T' : '{time}',
154 # Current working directory
154 # Current working directory
155 r'\w': '{cwd}',
155 r'\w': '{cwd}',
156 # Basename of current working directory.
156 # Basename of current working directory.
General Comments 0
You need to be logged in to leave comments. Login now