summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-12-28 20:11:50 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-12-28 20:11:50 (EST)
commit76cced922a12c7a3185e7579d83fc5e5f39c8de1 (patch)
tree3a9672b95f6f09e8a95df84d33ef635b8ec95210
parent22d3f6e030abfd4eb92fe05b64fd8b137ef3427e (diff)
downloadbash-76cced922a12c7a3185e7579d83fc5e5f39c8de1.zip
bash-76cced922a12c7a3185e7579d83fc5e5f39c8de1.tar.gz
bash-76cced922a12c7a3185e7579d83fc5e5f39c8de1.tar.bz2
.bashrc: Add "set +H"
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 5e51d75..1f9daf4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -12,6 +12,9 @@ HISTFILESIZE=1000
HISTCONTROL=ignoreboth
shopt -s histappend
+# DTRT with "!"
+set +H
+
# Prompt
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# Terminal window title