From 22bc1e1879da0d99e5e1d79b10742b8cc9fd0521 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 May 2024 12:47:11 -0500 Subject: Initial commit --- bashrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bashrc (limited to 'bashrc') diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..66a0bc3 --- /dev/null +++ b/bashrc @@ -0,0 +1,20 @@ +# ~/.bashrc + +test -f $HOME/.shrc && . $HOME/.shrc + +# History +HISTFILESIZE=-1 +HISTSIZE=100000 + +shopt -s histappend + +shopt -s histreedit +shopt -s histverify + +HISTTIMEFORMAT="%FT%T%z" + +HISTCONTROL=erasedups +HISTIGNORE='&:[ ]*' +HISTIGNORE="$HISTIGNORE:ls:exit:cd" + +PROMPT_COMMAND="history -a;${PROMPT_COMMAND:-:}" -- cgit 1.4.1-21-gabe81