Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

history command times bug #1383

Open
RokasUrbelis opened this issue Nov 23, 2019 · 3 comments
Open

history command times bug #1383

RokasUrbelis opened this issue Nov 23, 2019 · 3 comments

Comments

@RokasUrbelis
Copy link

When the number of commands reaches 10001, it will return to this number every time it is reconnected

image

@romkatv
Copy link

romkatv commented Nov 23, 2019

It shows the number of commands in history. When your history gets truncated, the number goes down.

@RokasUrbelis
Copy link
Author

how to fix it, modify HISTSIZE not work

@Syphdias
Copy link
Member

You will probably need to increase your HISTFILESIZE as well.

From: https://kevinjalbert.com/more-shell-history/

  • HISTSIZE indicates how many commands from your history file are loaded into the shell’s memory
  • SAVEHIST/HISTFILESIZE indicates how many commands your history file can hold (you want this equal or larger than HISTSIZE)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants