From 18f04adccbaff74f12ad12f3f6ceb123e5ccf47f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 15 Jun 2012 16:22:37 -0700 Subject: Support for importing fish 1.x's history and format, and also bash --- tests/history_sample_fish_1_x | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/history_sample_fish_1_x (limited to 'tests/history_sample_fish_1_x') diff --git a/tests/history_sample_fish_1_x b/tests/history_sample_fish_1_x new file mode 100644 index 00000000..dd09d4cb --- /dev/null +++ b/tests/history_sample_fish_1_x @@ -0,0 +1,12 @@ +# 1339519901 +ls / +# 1339519903 +cd foobar +# 1339519906 +function yay\ +echo hi\ +end +# 1339520882 +echo #abc +# 1339520884 +#def -- cgit v1.2.3