diff options
Diffstat (limited to 'hyperterm/tools/export.sh')
-rw-r--r-- | hyperterm/tools/export.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |