Skip to content

Instantly share code, notes, and snippets.

@Gen2ly
Created September 12, 2014 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gen2ly/ff0cc686a907a1474ebd to your computer and use it in GitHub Desktop.
Save Gen2ly/ff0cc686a907a1474ebd to your computer and use it in GitHub Desktop.
Command Description
HISTSIZE Commands saved in memory number (default: 500)
HISTFILESIZE Commands saved in history file (default: 500)
HISTCONTROL erasedups: erase previous duplicates
shopt -s histappend History additions are appended rather than overwritten
history -a Adds to history immediately?!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment