mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
0541a34201
Fixes #2091
14 lines
220 B
Text
14 lines
220 B
Text
echo foo
|
|
history --help
|
|
#1339718290
|
|
export HISTTIMEFORMAT='%F %T '
|
|
#1339718298
|
|
echo supsup
|
|
#abcde
|
|
echo hello \
|
|
second line \
|
|
the `echo third` line \
|
|
final line
|
|
another `command
|
|
and arg` to skip
|
|
sleep 123
|