aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-26 16:57:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-26 16:57:32 +1200
commit9f2fd8699e2f790486a231556c7d3a041d99a57a (patch)
tree690a905583336f4c941371fd21ff89e58fa1c2ee /bash/bashrc
parentImprovements to tree() to handle color options (diff)
downloaddotfiles-9f2fd8699e2f790486a231556c7d3a041d99a57a.tar.gz
dotfiles-9f2fd8699e2f790486a231556c7d3a041d99a57a.zip
Add `lithist` to shell options
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
.s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
for v in vim/* ; do
    [ "$v" != vim/bundle ] || continue
    printf '%s\n' "$v"
    vint -s -- "$v"
done