aboutsummaryrefslogtreecommitdiff
path: root/snips/bash_history
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /snips/bash_history
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'snips/bash_history')
-rw-r--r--snips/bash_history7
1 files changed, 0 insertions, 7 deletions
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