aboutsummaryrefslogtreecommitdiffstats
path: root/templates/root_bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root_bashrc')
-rw-r--r--templates/root_bashrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/root_bashrc b/templates/root_bashrc
deleted file mode 100644
index f580db6..0000000
--- a/templates/root_bashrc
+++ /dev/null
@@ -1,7 +0,0 @@
-HISTCONTROL=ignoredups:erasedups # no duplicate entries
-HISTSIZE=100000 # big big history
-HISTFILESIZE=100000 # big big history
-shopt -s histappend # append to history, don't overwrite it
-
-# Save and reload the history after each command finishes
-PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"