mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Show history timestamps on seperate lines #-prefixed.
Improves the grouping of multiline history entries by sepearating the timestamps and history entires onto seperate lines. Use wcsftime() Saves us a conversion, might as well.
This commit is contained in:
@@ -34,7 +34,7 @@ The following options are available:
|
||||
|
||||
- `-p` or `--prefix` searches or deletes items in the history that begin with the specified text string. This is not currently supported by the `--delete` flag.
|
||||
|
||||
- `-t` or `--with-time` prefixes the output of each displayed history entry with the time it was recorded in the format "%Y-%m-%d %H:%M:%S" in your local timezone.
|
||||
- `-t` or `--with-time` outputs the date and time history items were recorded at before each history entry, formatted for the configured locale. See environ(7) for more information.
|
||||
|
||||
\subsection history-examples Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user