diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-26 16:57:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-26 16:57:32 +1200 |
commit | 9f2fd8699e2f790486a231556c7d3a041d99a57a (patch) | |
tree | 690a905583336f4c941371fd21ff89e58fa1c2ee /bash/bashrc | |
parent | Improvements to tree() to handle color options (diff) | |
download | dotfiles-9f2fd8699e2f790486a231556c7d3a041d99a57a.tar.gz dotfiles-9f2fd8699e2f790486a231556c7d3a041d99a57a.zip |
Add `lithist` to shell options
Diffstat (limited to 'bash/bashrc')
-rw-r--r-- | bash/bashrc | 2 |
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 |