mirror of
https://github.com/nushell/nushell
synced 2025-01-14 06:04:09 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ $env.config = {
|
||||||
# Behavior without this configuration point will be to "humanize" the datetime display,
|
# Behavior without this configuration point will be to "humanize" the datetime display,
|
||||||
# showing something like "a day ago."
|
# showing something like "a day ago."
|
||||||
datetime_format: {
|
datetime_format: {
|
||||||
normal: '%a, %d %b %Y %H:%M:%S %z' # shows up in displays of variables or other datetime's outside of tables
|
# 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
|
# 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: {
|
explore: {
|
||||||
|
|
Loading…
Reference in a new issue