From 9f2fd8699e2f790486a231556c7d3a041d99a57a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Aug 2016 16:57:32 +1200 Subject: Add `lithist` to shell options --- bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/bashrc') 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 -- cgit v1.2.3