diff options
author | James Pannacciulli <jpnc@jpnc.info> | 2017-11-28 22:41:13 -0800 |
---|---|---|
committer | James Pannacciulli <jpnc@jpnc.info> | 2017-11-28 22:41:13 -0800 |
commit | d9141ad42b5eff24f826174bd4f4676e85ce3b20 (patch) | |
tree | 75403a135f3d19b42dd533220327c14d3997bedc | |
parent | 1b09c0814cd1e5d5a57be0c45c879fe0b146d220 (diff) | |
download | ariketa-d9141ad42b5eff24f826174bd4f4676e85ce3b20.tar.gz ariketa-d9141ad42b5eff24f826174bd4f4676e85ce3b20.tar.bz2 |
ensure history even though all examples technically begins w/ space
-rw-r--r-- | ariketa.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ source "${ARIKETA_DIR:?}/config/examples.sh" } # preserve multiline commands as such in history +HISTCONTROL=ignoredup shopt -s lithist # load presentation prompt |