Skip to content

Instantly share code, notes, and snippets.

@ibexmonj
Created March 27, 2013 01:15
Show Gist options
  • Save ibexmonj/5250770 to your computer and use it in GitHub Desktop.
Save ibexmonj/5250770 to your computer and use it in GitHub Desktop.
Arch linux Baash history
/etc/bash.bashrc
export HISTSIZE=10000
export HISTFILESIZE=20000
shopt -s histappend
export PROMPT_COMMAND='history -a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment