mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
comment out the two datetime_format
config points
as we do not have a *human* format code for datetimes, we cannot have the same as the default in the default config. i think the safest is to comment them both and let the user change these later.
This commit is contained in:
parent
715a697972
commit
0ced6b8ec4
@ -216,8 +216,8 @@ $env.config = {
|
||||
# Behavior without this configuration point will be to "humanize" the datetime display,
|
||||
# showing something like "a day ago."
|
||||
datetime_format: {
|
||||
normal: '%a, %d %b %Y %H:%M:%S %z' # shows up in displays of variables or other datetime's outside of tables
|
||||
table: '%m/%d/%y %I:%M:%S%p' # generally shows up in tabular outputs such as ls. commenting this out will change it to the default human readable datetime format
|
||||
# normal: '%a, %d %b %Y %H:%M:%S %z' # shows up in displays of variables or other datetime's outside of tables
|
||||
# table: '%m/%d/%y %I:%M:%S%p' # generally shows up in tabular outputs such as ls. commenting this out will change it to the default human readable datetime format
|
||||
}
|
||||
|
||||
explore: {
|
||||
|
Loading…
Reference in New Issue
Block a user