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 | |
parent | d7559d5c2421b11ffc5c582d958181a27aee3207 (diff) | |
download | hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.tar.lz hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.tar.xz hyperterm-7a1004b72b8bc738cad56abc212a82cddd1caad0.zip |
change location export HISTCONTROL
Diffstat (limited to 'hyperterm')
-rw-r--r-- | hyperterm/hyperterm.sh | 3 | ||||
-rw-r--r-- | hyperterm/tools/export.sh | 3 |
2 files changed, 1 insertions, 5 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 diff --git a/hyperterm/tools/export.sh b/hyperterm/tools/export.sh index 0d6f69a..787bac5 100644 --- a/hyperterm/tools/export.sh +++ b/hyperterm/tools/export.sh @@ -1,6 +1,5 @@ #!/bin/bash export HISTSIZE=10000 -export HISTFILESIZE=${HISTSIZE} -export HISTCONTROL=ignoreboth +export HISTCONTROL=ignoreboth:erasedups export JAVA_FONTS=/usr/share/fonts/TTF |