From e2a0cf2a79b43f9f86b74270f3d96fe300687804 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 20 Jan 2024 12:31:58 -0500 Subject: Cleanup unused files and code. --- snips/bash_history | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 snips/bash_history (limited to 'snips/bash_history') diff --git a/snips/bash_history b/snips/bash_history deleted file mode 100644 index a2dfbe7..0000000 --- a/snips/bash_history +++ /dev/null @@ -1,7 +0,0 @@ -if [ -n "$BASH" ] ; then - HISTFILE="$HOME/.bash_history" - HISTSIZE=10000 - HISTFILESIZE=10000 - shopt -s histappend - export PROMPT_COMMAND="set_my_title;history -a; history -c; history -r" -fi -- cgit v1.2.3