Skip to content

Instantly share code, notes, and snippets.

@mike-clark-8192
Created December 16, 2025 11:57
Show Gist options
  • Select an option

  • Save mike-clark-8192/86fd3520b770b2d430f9e821d17a72d0 to your computer and use it in GitHub Desktop.

Select an option

Save mike-clark-8192/86fd3520b770b2d430f9e821d17a72d0 to your computer and use it in GitHub Desktop.
bashrc history settings
HISTCONTROL=ignoreboth:erasedups
shopt -s histappend
HISTSIZE=100000
HISTFILESIZE=100000
export HISTTIMEFORMAT="%F %T "
shopt -s cmdhist
shopt -s lithist
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
export HISTIGNORE="pwd:bg:fg:history:exit:relog:clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment