dot/bashrc: Fix forcing history-expansion on.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 May 2018 12:42:12 +0000 (13:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 11 May 2018 19:37:21 +0000 (20:37 +0100)
commit92e4caa821f2804e7aa04ee138637bf1f230b397
tree6367cb549a4f2df47dd8673b471b6823e9e658ca
parent77dbf0e697f41fa43fbe29152510c6fada023809
dot/bashrc: Fix forcing history-expansion on.

It's done through `set -o' instead of `shopt' and these are different
because... umm...

At least zsh gets this right.
dot/bashrc