Skip to content

Instantly share code, notes, and snippets.

@narsimhamchelluri-ds
Created September 2, 2022 15:01
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 narsimhamchelluri-ds/be64402af8213f1d531b74de27482f9b to your computer and use it in GitHub Desktop.
Save narsimhamchelluri-ds/be64402af8213f1d531b74de27482f9b to your computer and use it in GitHub Desktop.
History section of my .bashrc
# History
HISTFILESIZE=100000
HISTSIZE=100000
HISTTIMEFORMAT="%F %T "
PROMPT_COMMAND="history -a"
shopt -s histappend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment