Created
March 24, 2015 08:31
-
-
Save pirafrank/e2535d3891a79b7ad6e6 to your computer and use it in GitHub Desktop.
Elephant memory for your bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) | |
HISTSIZE=10000 | |
HISTFILESIZE=10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment