diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 04:17:43 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 04:17:43 +0400 |
commit | d2900c98983f1413a75ad62a1350d4e4531cded3 (patch) | |
tree | 9afebbb4e9560f356236f7d58e22724e8abef8c2 /dot_haskeline | |
parent | 5188412dc3b87a5e926b6b7621a739dc0d2a8abc (diff) |
Increase history size and add menu completion for haskeline
Diffstat (limited to 'dot_haskeline')
-rw-r--r-- | dot_haskeline | 2 |
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 |