summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2025-01-19 04:17:43 +0400
committerAlen <alen@dotfiles.xyz>2025-01-19 04:17:43 +0400
commitd2900c98983f1413a75ad62a1350d4e4531cded3 (patch)
tree9afebbb4e9560f356236f7d58e22724e8abef8c2
parent5188412dc3b87a5e926b6b7621a739dc0d2a8abc (diff)
Increase history size and add menu completion for haskeline
-rw-r--r--dot_haskeline2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_haskeline b/dot_haskeline
new file mode 100644
index 0000000..4094d4c
--- /dev/null
+++ b/dot_haskeline
@@ -0,0 +1,2 @@
+maxHistorySize: Just 9999
+completionType: MenuCompletion