Skip to content

Instantly share code, notes, and snippets.

@msjyoo
Created November 5, 2021 15:50
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 msjyoo/fba20903aeb9c765e7c6a4681ac8448f to your computer and use it in GitHub Desktop.
Save msjyoo/fba20903aeb9c765e7c6a4681ac8448f to your computer and use it in GitHub Desktop.
# https://sanctum.geek.nz/arabesque/better-bash-history/
shopt -s histappend
shopt -s cmdhist
export HISTFILESIZE=
export HISTSIZE=
export HISTTIMEFORMAT='%F %T '
export HISTFILE=~/.bash_history2
export HISTCONTROL=ignoreboth
export HISTIGNORE='ls:bg:fg:history'
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment