Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created November 8, 2022 19:25
Show Gist options
  • Save iradofurioso/a724402ff6d5311db16188f6a4738fc1 to your computer and use it in GitHub Desktop.
Save iradofurioso/a724402ff6d5311db16188f6a4738fc1 to your computer and use it in GitHub Desktop.
Bash Shell Increase History Size
-- Check current size
$ echo $HISTSIZE
1000
$ echo $HISTFILESIZE
1000
-- Edit ~/.bashrc
HISTSIZE=100000
HISTFILESIZE=100000
wq!
$ source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment