Skip to content

Commit 32592dd

Browse files
committed
ABS history to be 10k lines by default, closes #509
1 parent d883654 commit 32592dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal/history.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note that ABS_HISTORY_FILE and ABS_MAX_HISTORY_LINES variables may come from the
2626

2727
const (
2828
ABS_HISTORY_FILE = "~/.abs_history"
29-
ABS_MAX_HISTORY_LINES = "1000"
29+
ABS_MAX_HISTORY_LINES = "10000"
3030
)
3131

3232
// Expand full path to ABS_HISTORY_FILE for current user and get ABS_MAX_HISTORY_LINES

0 commit comments

Comments
 (0)