diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-17 16:22:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-17 16:22:54 -0500 |
commit | 7a1004b72b8bc738cad56abc212a82cddd1caad0 (patch) | |
tree | e4761a3d2be55bae2d98befea90af9d9997cde8b /hyperterm/hyperterm.sh | |
parent | d7559d5c2421b11ffc5c582d958181a27aee3207 (diff) | |
download | hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.tar.lz hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.tar.xz hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.zip |
change location export HISTCONTROL
Diffstat (limited to 'hyperterm/hyperterm.sh')
-rw-r--r-- | hyperterm/hyperterm.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hyperterm/hyperterm.sh b/hyperterm/hyperterm.sh index 6e2ece5..e549048 100644 --- a/hyperterm/hyperterm.sh +++ b/hyperterm/hyperterm.sh @@ -64,9 +64,6 @@ fi #Interactive Prompt PS2="${_psi:=$_psi}" -# No double entries in the shell history. -export HISTCONTROL=ignoreboth:erasedups - # global unsets unset SYMBOL prompt _psi |