aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 164091f9..066e2d55 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -68,6 +68,8 @@ shopt -s histreedit
shopt -s histverify
# Don't use Bash's builtin host completion
shopt -u hostcomplete
+# Don't change newlines to semicolons in history
+shopt -s lithist
# Don't warn me about new mail all the time
shopt -u mailwarn
# Ignore me if I try to complete an empty line